File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11#Changelog
22
3+ ## 7.5.0 (2020-08-21)
4+ ## 更新
5+ - 压缩上报的日志内容
6+ - 获取AutoZone信息接口升级至v4
7+
38## 7.4.4 (2020-08-20)
49## 修正
510增加设备磁盘空间不足情况下写本地reporter文件NSHandle异常捕获
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '7.4.4 '
3+ s . version = '7.5.0 '
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 NSString *const kQiniuVersion = @" 7.4.4 " ;
14+ static NSString *const kQiniuVersion = @" 7.5.0 " ;
Original file line number Diff line number Diff line change 1313通过 CocoaPods
1414
1515``` ruby
16- pod " Qiniu" , " ~> 7.4.4 "
16+ pod " Qiniu" , " ~> 7.5.0 "
1717```
1818
1919## 运行环境
2020
2121| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
2222| :--------------------------------------: | :------: | :--------: | :-----------: |
23+ | 7.5.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2324| 7.4.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2425| 7.3.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
2526| 7.2.x | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
You can’t perform that action at this time.
0 commit comments