Skip to content

Commit 949e17c

Browse files
Merge pull request #40 from yutailang0119/package/support-version
Support macOS to v10_15
2 parents 4095c62 + 59a42ad commit 949e17c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "ProgressSpinnerKit",
8+
platforms: [
9+
.macOS(.v10_15),
10+
],
811
products: [
912
.library(name: "ProgressSpinnerKit", targets: ["ProgressSpinnerKit"]),
1013
],

0 commit comments

Comments
 (0)