Skip to content

Commit 4c1bb29

Browse files
committed
Update platforms clause
1 parent 466f17f commit 4c1bb29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ import PackageDescription
1818

1919
let package = Package(
2020
name: "SemanticVersion",
21-
platforms: [.macOS("13.0")],
21+
platforms: [
22+
.iOS(.v16),
23+
.macOS(.v13),
24+
.watchOS(.v9),
25+
.tvOS(.v16),
26+
],
2227
products: [
2328
.library(
2429
name: "SemanticVersion",

0 commit comments

Comments
 (0)