File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import PackageDescription
6
6
let package = Package (
7
7
name: " Apexy " ,
8
8
platforms: [
9
- . macOS( . v10_13 ) ,
10
- . iOS( . v11 ) ,
11
- . tvOS( . v11 ) ,
12
- . watchOS( . v4 )
9
+ . macOS( . v10_15 ) ,
10
+ . iOS( . v13 ) ,
11
+ . tvOS( . v13 ) ,
12
+ . watchOS( . v6 )
13
13
] ,
14
14
products: [
15
15
. library( name: " Apexy " , targets: [ " ApexyURLSession " ] ) ,
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ Split the network layer into folders:
284
284
285
285
## Requirements
286
286
287
- - iOS 13.0+ / macOS 10.13 + / tvOS 11 .0+ / watchOS 4 .0+
287
+ - iOS 13.0+ / macOS 10.15 + / tvOS 13 .0+ / watchOS 6 .0+
288
288
- Xcode 12+
289
289
- Swift 5.3+
290
290
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ public struct FileUploadEndpoint: UploadEndpoint {
285
285
286
286
## Требования
287
287
288
- - iOS 13.0+ / macOS 10.13 + / tvOS 11 .0+ / watchOS 4 .0+
288
+ - iOS 13.0+ / macOS 10.15 + / tvOS 13 .0+ / watchOS 6 .0+
289
289
- Xcode 12+
290
290
- Swift 5.3+
291
291
You can’t perform that action at this time.
0 commit comments