Skip to content

Commit 17ea176

Browse files
committed
[Update] Update supported platforms version
1 parent 715aff9 commit 17ea176

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

RaAPIWrapper.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4646
end

0 commit comments

Comments
 (0)