Skip to content

Commit 0470894

Browse files
committed
Merge pull request #2 from longbai/update_readme
Readme update for repo name
2 parents c277c09 + d3645c1 commit 0470894

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
我们非常欢迎大家来贡献代码,我们会向贡献者致以最诚挚的敬意。
44

5-
一般可以通过在Github上提交[Pull Request](https://github.com/qiniu/objective-c)来贡献代码。
5+
一般可以通过在Github上提交[Pull Request](https://github.com/qiniu/objc-sdk)来贡献代码。
66

77
## Pull Request要求
88

Qiniu.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.0.1'
3+
s.version = '7.0.2'
44
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5-
s.homepage = 'https://github.com/qiniu/objective-c-sdk'
5+
s.homepage = 'https://github.com/qiniu/objc-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.1'}
9+
s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :tag => 'v7.0.2'}
1010

1111
s.ios.deployment_target = '6.0'
1212
s.osx.deployment_target = '10.8'

QiniuSDK/Storage/QNUploadManager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ typedef void (^QNUpCompletionHandler)(QNResponseInfo *info, NSString *key, NSDic
1717
typedef NSString *(^QNRecorderKeyGenerator)(NSString *uploadKey, NSString *filePath);
1818
@interface QNUploadManager : NSObject
1919

20+
- (instancetype)init;
21+
2022
- (instancetype)initWithRecorder:(id <QNRecorderDelegate> )recorder;
2123

2224
- (instancetype)initWithRecorder:(id <QNRecorderDelegate> )recorder

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Qiniu Objective-C SDK
22

3-
[![Build Status](https://travis-ci.org/qiniu/objective-c-sdk.svg?branch=master)](https://travis-ci.org/qiniu/objective-c-sdk)
4-
[![Latest Stable Version](https://badge.fury.io/co/Qiniu.png)](https://github.com/qiniu/objective-c-sdk/releases)
3+
[![Build Status](https://travis-ci.org/qiniu/objc-sdk.svg?branch=master)](https://travis-ci.org/qiniu/objc-sdk)
4+
[![Latest Stable Version](https://badge.fury.io/co/Qiniu.png)](https://github.com/qiniu/objc-sdk/releases)
55

66
## 安装
77

@@ -45,13 +45,13 @@ $ xctool -workspace QiniuSDK.xcworkspace -scheme "QiniuSDK Mac" -sdk macosx -con
4545

4646
## 代码贡献
4747

48-
详情参考[代码提交指南](https://github.com/qiniu/objective-c-sdk/blob/master/CONTRIBUTING.md)
48+
详情参考[代码提交指南](https://github.com/qiniu/objc-sdk/blob/master/CONTRIBUTING.md)
4949

5050
## 贡献记录
5151

52-
- [所有贡献者](https://github.com/qiniu/objective-c-sdk/contributors)
52+
- [所有贡献者](https://github.com/qiniu/objc-sdk/contributors)
5353

5454

5555
## 代码许可
5656

57-
The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/objective-c-sdk/blob/master/LICENSE).
57+
The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/objc-sdk/blob/master/LICENSE).

0 commit comments

Comments
 (0)