Skip to content

Commit 159a332

Browse files
committed
Merge pull request #93 from longbai/release7.0.15
release7.0.15
2 parents b6a39a1 + 358599d commit 159a332

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#Changelog
22

3-
## 7.0.13 (2015-11-08)
3+
## 7.0.15 (2015-11-10)
4+
5+
### 修正
6+
* 更改Reachbility的名字,避免和用户自定义的冲突
7+
8+
## 7.0.14 (2015-11-08)
49

510
### 增加
611
* 上传性能统计

Qiniu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.0.14'
3+
s.version = '7.0.15'
44
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55
s.homepage = 'https://github.com/qiniu/objc-sdk'
66
s.social_media_url = 'http://weibo.com/qiniutek'

QiniuSDK/Common/QNVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/**
1212
* sdk 版本
1313
*/
14-
static const NSString *kQiniuVersion = @"7.0.14";
14+
static const NSString *kQiniuVersion = @"7.0.15";

QiniuSDK/Http/QNStats.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010

1111
#import <Foundation/Foundation.h>
12-
#import "AFNetworking.h"
13-
#import "HappyDns.h"
12+
1413

1514
#if TARGET_OS_IPHONE
1615
#import "QNReachability.h"
1716
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
1817
#endif
1918

19+
@class QNDnsManager;
2020
@interface QNStats : NSObject
2121

2222
#if TARGET_OS_IPHONE

QiniuSDK/Http/QNStats.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
//#import "GZIP.h"
1515
#import "QNStats.h"
16+
#import "AFNetworking.h"
17+
#import "HappyDns.h"
1618

1719
void setStat(NSMutableDictionary *dic, id key, id value) {
1820
if (value == nil || dic == nil) {

0 commit comments

Comments
 (0)