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 9b46c09 commit e7d558dCopy full SHA for e7d558d
Package.swift
@@ -5,6 +5,9 @@ import PackageDescription
5
6
let package = Package(
7
name: "FlexLayout",
8
+ platforms: [
9
+ .iOS(.v12)
10
+ ],
11
products: [
12
.library(name: "FlexLayout", targets: ["FlexLayout"]),
13
],
0 commit comments