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
22
3+ ## 7.4.2 (2020-07-15)
4+ ## 修正
5+ 修改版本依赖:HappyDns -> 0.3.17
6+ 处理部分警告
7+
38## 7.4.1 (2020-06-29)
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.4.1 '
3+ s . version = '7.4.2 '
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.1 " ;
14+ static NSString *const kQiniuVersion = @" 7.4.2 " ;
Original file line number Diff line number Diff line change 1313通过 CocoaPods
1414
1515``` ruby
16- pod " Qiniu" , " ~> 7.4.1 "
16+ pod " Qiniu" , " ~> 7.4.2 "
1717```
1818
1919## 运行环境
You can’t perform that action at this time.
0 commit comments