We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fc0bd commit 0a5392fCopy full SHA for 0a5392f
1 file changed
Package.swift
@@ -8,6 +8,11 @@ import PackageDescription
8
9
let package = Package(
10
name: "SwiftNEW",
11
+ platforms: [
12
+ .iOS(.v14),
13
+ .watchOS(.v7),
14
+ .macOS(.v11)
15
+ ],
16
products: [
17
.library(
18
0 commit comments