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 4b1ded2 commit 3ce62a2Copy full SHA for 3ce62a2
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "FlexLayout",
8
platforms: [
9
- .iOS(.v11)
+ .iOS(.v8)
10
],
11
products: [
12
.library(name: "FlexLayout", targets: ["FlexLayout"]),
0 commit comments