Skip to content

Commit ae6a99f

Browse files
committed
Add minimum deployment version for Darwin platforms in SPM manifest
1 parent 5becb3f commit ae6a99f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Package.swift

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ import PackageDescription
33

44
let package = Package(
55
name: "SWCompression",
6+
platforms: [
7+
.macOS(.v10_13),
8+
.iOS(.v11),
9+
.tvOS(.v11),
10+
.watchOS(.v4)
11+
],
612
products: [
713
.library(
814
name: "SWCompression",

0 commit comments

Comments
 (0)