Skip to content

Commit

Permalink
Update package min ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vani2 committed Nov 28, 2023
1 parent 78fc475 commit 5e33c25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "Apexy",
platforms: [
.macOS(.v10_13),
.iOS(.v11),
.tvOS(.v11),
.watchOS(.v4)
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(name: "Apexy", targets: ["ApexyURLSession"]),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Split the network layer into folders:

## Requirements

- iOS 13.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+
- iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
- Xcode 12+
- Swift 5.3+

Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public struct FileUploadEndpoint: UploadEndpoint {

## Требования

- iOS 13.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+
- iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
- Xcode 12+
- Swift 5.3+

Expand Down

0 comments on commit 5e33c25

Please sign in to comment.