Skip to content

Commit e7d558d

Browse files
committed
Add SPM platform setting
1 parent 9b46c09 commit e7d558d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "FlexLayout",
8+
platforms: [
9+
.iOS(.v12)
10+
],
811
products: [
912
.library(name: "FlexLayout", targets: ["FlexLayout"]),
1013
],

0 commit comments

Comments
 (0)