Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Pull Request要求

Expand Down
6 changes: 3 additions & 3 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 2 additions & 0 deletions QiniuSDK/Storage/QNUploadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <QNRecorderDelegate> )recorder;

- (instancetype)initWithRecorder:(id <QNRecorderDelegate> )recorder
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

## 安装

Expand Down Expand Up @@ -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).