File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The good thing is that you can easily integrate `RaAPIWrapper` into your existin
2020
2121## Prerequisites
2222
23- - ** iOS 11 ** 、** macOS 10.13 ** 、** watchOS 4 .0** 、** tvOS 11 ** or later.
23+ - ** iOS 12 ** 、** macOS 10.14 ** 、** watchOS 5 .0** 、** tvOS 12 ** or later.
2424- ** Xcode 14** or later required.
2525- ** Swift 5.7** or later required.
2626
Original file line number Diff line number Diff line change 1818
1919## 基本要求
2020
21- - 运行 ** iOS 11 ** 、** macOS 10.13 ** 、** watchOS 4 .0** 、** tvOS 11 ** 及以上版本的设备。
21+ - 运行 ** iOS 12 ** 、** macOS 10.14 ** 、** watchOS 5 .0** 、** tvOS 12 ** 及以上版本的设备。
2222- 使用 ** Xcode 14** 及以上版本编译运行。
2323- ** Swift 5.7** 及以上版本。
2424
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Pod::Spec.new do |s|
2121
2222 s . requires_arc = true
2323
24- s . ios . deployment_target = '11 .0'
25- s . osx . deployment_target = '10.13 '
26- s . tvos . deployment_target = '11 .0'
27- s . watchos . deployment_target = '4 .0'
24+ s . ios . deployment_target = '12 .0'
25+ s . osx . deployment_target = '10.14 '
26+ s . tvos . deployment_target = '12 .0'
27+ s . watchos . deployment_target = '5 .0'
2828
2929 s . swift_versions = [ '5' ]
3030
@@ -40,7 +40,7 @@ Pod::Spec.new do |s|
4040 cs . source_files = 'Sources/Alamofire/*'
4141
4242 cs . dependency "RaAPIWrapper/Core"
43- cs . dependency "Alamofire" , "~> 5.0"
43+ cs . dependency "Alamofire" , "~> 5.8. 0"
4444 end
4545
4646end
You can’t perform that action at this time.
0 commit comments