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
20
20
* .ipa
21
21
* .xcuserstate
22
22
* .xccoverage.plist
23
-
23
+ QiniuSDK.xcworkspace / xcshareddata /
24
24
# Subversion
25
25
.svn
26
26
@@ -35,3 +35,4 @@ DerivedData
35
35
#
36
36
Pods /
37
37
Podfile.lock
38
+ .Podfile.swo
Original file line number Diff line number Diff line change 1
1
#Changelog
2
2
3
+ ## 7.2.5 (2018-08-16)
4
+ ## 修正
5
+ * Form上传配置filename
6
+
3
7
## 7.2.4 (2018-05-11)
4
8
## 增加
5
9
* 新上传节点
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Qiniu'
3
- s . version = '7.2.4 '
3
+ s . version = '7.2.5 '
4
4
s . summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5
5
s . homepage = 'https://github.com/qiniu/objc-sdk'
6
6
s . social_media_url = 'http://weibo.com/qiniutek'
Original file line number Diff line number Diff line change 11
11
/* *
12
12
* sdk 版本
13
13
*/
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