File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 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 ) .
You can’t perform that action at this time.
0 commit comments