File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ DerivedData
2020* .ipa
2121* .xcuserstate
2222* .xccoverage.plist
23-
23+ QiniuSDK.xcworkspace / xcshareddata /
2424# Subversion
2525.svn
2626
@@ -35,3 +35,4 @@ DerivedData
3535#
3636Pods /
3737Podfile.lock
38+ .Podfile.swo
Original file line number Diff line number Diff line change 11#Changelog
22
3+ ## 7.2.5 (2018-08-16)
4+ ## 修正
5+ * Form上传配置filename
6+
37## 7.2.4 (2018-05-11)
48## 增加
59* 新上传节点
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '7.2.4 '
3+ s . version = '7.2.5 '
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'
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static const NSString *kQiniuVersion = @" 7.2.4 " ;
14+ static const NSString *kQiniuVersion = @" 7.2.5 " ;
You can’t perform that action at this time.
0 commit comments