File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#Changelog
22
3+ ## 7.0.9.1 (2015-03-17)
4+
5+ ### 修正
6+ * cocoapods spec 增加libz
7+
38## 7.0.9 (2015-03-17)
49
510### 修正
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '7.0.9'
3+ s . version = '7.0.9.1 '
44 s . summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55 s . homepage = 'https://github.com/qiniu/objc-sdk'
66 s . social_media_url = 'http://weibo.com/qiniutek'
@@ -12,9 +12,8 @@ Pod::Spec.new do |s|
1212
1313 s . source_files = 'QiniuSDK/**/*.{h,m}'
1414 s . requires_arc = true
15-
15+ s . libraries = 'z'
1616 s . dependency 'AFNetworking' , '~> 2.0'
17-
1817 s . license = { :type => 'MIT' , :text => <<-LICENSE
1918The MIT License (MIT)
2019
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static const NSString *kQiniuVersion = @" 7.0.9" ;
14+ static const NSString *kQiniuVersion = @" 7.0.9.1 " ;
You can’t perform that action at this time.
0 commit comments