Skip to content

Commit c7407cb

Browse files
authored
Update Package.swift
1 parent 77e67c0 commit c7407cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ rocketIfNeeded = []
1515
let package = Package(
1616
name: "Moya",
1717
platforms: [
18-
.macOS(.v10_12),
19-
.iOS(.v10),
20-
.tvOS(.v10),
21-
.watchOS(.v3)
18+
.macOS(.v10_13),
19+
.iOS(.v11),
20+
.tvOS(.v11),
21+
.watchOS(.v4)
2222
],
2323
products: [
2424
.library(name: "Moya", targets: ["Moya"]),

0 commit comments

Comments
 (0)