File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.2.1(2021-04-01)
3+ ## 增加
4+ - 增加雾存储 zoneFogCnEast1
5+ - 优化日志统计
6+
27## 8.2.0(2021-02-20)
38## 增加
49- 增加网络监控功能,选择最优Host进行上传
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '8.2.0 '
3+ s . version = '8.2.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'
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static NSString *const kQiniuVersion = @" 8.2.0 " ;
14+ static NSString *const kQiniuVersion = @" 8.2.1 " ;
Original file line number Diff line number Diff line change 1414通过 CocoaPods
1515
1616``` ruby
17- pod " Qiniu" , " ~> 8.2.0 "
17+ pod " Qiniu" , " ~> 8.2.1 "
1818```
1919
2020## 运行环境
You can’t perform that action at this time.
0 commit comments