File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.5.3 (2023-06-29)
3+ - 对 Dns 预解析和网络检测中的默认域名进行 Base64 处理
4+ - HappyDns 依赖升至 [ v1.0.3] ( https://github.com/qiniu/happy-dns-objc/releases/tag/v1.0.3 )
5+
26## 8.5.2 (2022-12-28)
37- 处理 Server 配置同步并发问题
48
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33def shared_dependencies
4- pod 'HappyDNS' , '~> 1.0.2 '
4+ pod 'HappyDNS' , '~> 1.0.3 '
55 # pod 'HappyDNS', :path => '../HappyDns_iOS'
66end
77
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Qiniu'
3- s . version = '8.5.2 '
3+ s . version = '8.5.3 '
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.5.2 " ;
14+ static NSString *const kQiniuVersion = @" 8.5.3 " ;
Original file line number Diff line number Diff line change 1414通过 CocoaPods
1515
1616``` ruby
17- pod " Qiniu" , " ~> 8.5.2 "
17+ pod " Qiniu" , " ~> 8.5.3 "
1818```
1919
2020通过 Swift Package Manager (Xcode 11+)
@@ -26,7 +26,7 @@ File -> Swift Packages -> Add Package Dependency,输入库链接,选择相
2626库对接:
2727let package = Package(
2828 dependencies: [
29- .package(url: "https://github.com/qiniu/objc-sdk", from: "8.5.2 ")
29+ .package(url: "https://github.com/qiniu/objc-sdk", from: "8.5.3 ")
3030 ],
3131 // ...
3232)
You can’t perform that action at this time.
0 commit comments