Skip to content

Commit acccfbe

Browse files
committed
[Update] Update supported platforms version
1 parent 52bdd01 commit acccfbe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription
55
let package = Package(
66
name: "APIWrapper",
77
platforms: [
8-
.iOS(.v11),
9-
.macOS(.v10_13),
10-
.tvOS(.v11),
11-
.watchOS(.v4)
8+
.iOS(.v12),
9+
.macOS(.v10_14),
10+
.tvOS(.v12),
11+
.watchOS(.v5),
1212
],
1313
products: [
1414
.library(name: "APIWrapper", targets: ["APIWrapper"]),

0 commit comments

Comments
 (0)