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.
2 parents 9b46c09 + 4ec8a44 commit 251e38aCopy full SHA for 251e38a
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
],
Podfile.lock
@@ -1,5 +1,5 @@
1
PODS:
2
- - FlexLayout (2.0.9)
+ - FlexLayout (2.0.10)
3
- PinLayout (1.10.5)
4
- SwiftLint (0.55.1)
@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
18
:path: "./"
19
20
SPEC CHECKSUMS:
21
- FlexLayout: 6904d99efeb7279cb218d10f40a71c4690445ada
+ FlexLayout: ea94491c923485f7f28891cb5b10245d22df380b
22
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
23
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
24
0 commit comments