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 a181685 commit 2d2b4dbCopy full SHA for 2d2b4db
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "FTLinearActivityIndicator",
8
platforms: [
9
- .iOS("12.0")
+ .iOS(.v12)
10
],
11
products: [
12
// Products define the executables and libraries produced by a package, and make them visible to other packages.
0 commit comments