Skip to content

Commit 3ce62a2

Browse files
committed
iOS deployment target set to 8 in Package.swift
1 parent 4b1ded2 commit 3ce62a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "FlexLayout",
88
platforms: [
9-
.iOS(.v11)
9+
.iOS(.v8)
1010
],
1111
products: [
1212
.library(name: "FlexLayout", targets: ["FlexLayout"]),

0 commit comments

Comments
 (0)