We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4095c62 + 59a42ad commit 949e17cCopy full SHA for 949e17c
Package.swift
@@ -5,6 +5,9 @@ import PackageDescription
5
6
let package = Package(
7
name: "ProgressSpinnerKit",
8
+ platforms: [
9
+ .macOS(.v10_15),
10
+ ],
11
products: [
12
.library(name: "ProgressSpinnerKit", targets: ["ProgressSpinnerKit"]),
13
],
0 commit comments