Skip to content

Commit 251e38a

Browse files
authored
Merge pull request #259 from heoblitz/spm_platform
Add SPM platform setting
2 parents 9b46c09 + 4ec8a44 commit 251e38a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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
],

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (2.0.9)
2+
- FlexLayout (2.0.10)
33
- PinLayout (1.10.5)
44
- SwiftLint (0.55.1)
55

@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
1818
:path: "./"
1919

2020
SPEC CHECKSUMS:
21-
FlexLayout: 6904d99efeb7279cb218d10f40a71c4690445ada
21+
FlexLayout: ea94491c923485f7f28891cb5b10245d22df380b
2222
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
2323
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
2424

0 commit comments

Comments
 (0)