File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '7.0.0 '
3+ s . version = '7.0.1 '
44 s . summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55 s . homepage = 'https://github.com/qiniu/objective-c-sdk'
66 s . social_media_url = 'http://weibo.com/qiniutek'
77 s . author = 'Qiniu => sdk@qiniu.com'
88 s . documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html'
9- s . source = { :git => 'https://github.com/qiniu/objective-c-sdk.git' , :tag => 'v7.0.0 ' }
9+ s . source = { :git => 'https://github.com/qiniu/objective-c-sdk.git' , :tag => 'v7.0.1 ' }
1010
1111 s . ios . deployment_target = '6.0'
1212 s . osx . deployment_target = '10.8'
Original file line number Diff line number Diff line change 88
99#import < Foundation/Foundation.h>
1010
11- #import " Common/QNUrlSafeBase64.h"
12- #import " Http/QNResponseInfo.h"
13- #import " Storage/QNUploadOption.h"
14- #import " Storage/QNUploadManager.h"
11+ #import " QNUrlSafeBase64.h"
12+ #import " QNResponseInfo.h"
13+ #import " QNUploadOption.h"
14+ #import " QNUploadManager.h"
15+ #import " QNFileRecorder.h"
You can’t perform that action at this time.
0 commit comments