diff --git a/Contributing.md b/Contributing.md index 7d213dd6..e91f4f0c 100644 --- a/Contributing.md +++ b/Contributing.md @@ -2,7 +2,7 @@ 我们非常欢迎大家来贡献代码,我们会向贡献者致以最诚挚的敬意。 -一般可以通过在Github上提交[Pull Request](https://github.com/qiniu/objective-c)来贡献代码。 +一般可以通过在Github上提交[Pull Request](https://github.com/qiniu/objc-sdk)来贡献代码。 ## Pull Request要求 diff --git a/Qiniu.podspec b/Qiniu.podspec index f6fb3c97..c911c443 100644 --- a/Qiniu.podspec +++ b/Qiniu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Qiniu' - s.version = '7.0.1' + s.version = '7.0.2' s.summary = 'Qiniu Resource Storage SDK for iOS and Mac' - s.homepage = 'https://github.com/qiniu/objective-c-sdk' + s.homepage = 'https://github.com/qiniu/objc-sdk' s.social_media_url = 'http://weibo.com/qiniutek' s.author = 'Qiniu => sdk@qiniu.com' s.documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html' - s.source = {:git => 'https://github.com/qiniu/objective-c-sdk.git', :tag => 'v7.0.1'} + s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :tag => 'v7.0.2'} s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8' diff --git a/QiniuSDK/Storage/QNUploadManager.h b/QiniuSDK/Storage/QNUploadManager.h index fe9ecfc6..7a086e09 100644 --- a/QiniuSDK/Storage/QNUploadManager.h +++ b/QiniuSDK/Storage/QNUploadManager.h @@ -17,6 +17,8 @@ typedef void (^QNUpCompletionHandler)(QNResponseInfo *info, NSString *key, NSDic typedef NSString *(^QNRecorderKeyGenerator)(NSString *uploadKey, NSString *filePath); @interface QNUploadManager : NSObject +- (instancetype)init; + - (instancetype)initWithRecorder:(id )recorder; - (instancetype)initWithRecorder:(id )recorder diff --git a/README.md b/README.md index c4f71c0d..56d39166 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Qiniu Objective-C SDK -[![Build Status](https://travis-ci.org/qiniu/objective-c-sdk.svg?branch=master)](https://travis-ci.org/qiniu/objective-c-sdk) -[![Latest Stable Version](https://badge.fury.io/co/Qiniu.png)](https://github.com/qiniu/objective-c-sdk/releases) +[![Build Status](https://travis-ci.org/qiniu/objc-sdk.svg?branch=master)](https://travis-ci.org/qiniu/objc-sdk) +[![Latest Stable Version](https://badge.fury.io/co/Qiniu.png)](https://github.com/qiniu/objc-sdk/releases) ## 安装 @@ -45,13 +45,13 @@ $ xctool -workspace QiniuSDK.xcworkspace -scheme "QiniuSDK Mac" -sdk macosx -con ## 代码贡献 -详情参考[代码提交指南](https://github.com/qiniu/objective-c-sdk/blob/master/CONTRIBUTING.md)。 +详情参考[代码提交指南](https://github.com/qiniu/objc-sdk/blob/master/CONTRIBUTING.md)。 ## 贡献记录 -- [所有贡献者](https://github.com/qiniu/objective-c-sdk/contributors) +- [所有贡献者](https://github.com/qiniu/objc-sdk/contributors) ## 代码许可 -The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/objective-c-sdk/blob/master/LICENSE). +The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/objc-sdk/blob/master/LICENSE).