Skip to content

Commit ec96a05

Browse files
committed
Update cocoapods version to 2.0.01
1 parent 52d47c1 commit ec96a05

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

FlexLayout.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.33"
4+
spec.version = "2.0.01"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"
88
spec.author = { "Luc Dion" => "[email protected]" }
99

10-
spec.platform = :ios, "11.0"
10+
spec.platform = :ios, "12.0"
1111
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
1313
spec.public_header_files = "Sources/yoga/include/yoga/*.h", "Sources/YogaKit/include/YogaKit/*.h"

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://cdn.cocoapods.org/'
22
use_frameworks!
3-
platform :ios, '11.0'
3+
platform :ios, '12.0'
44

55
workspace 'FlexLayout.xcworkspace'
66

Podfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- FlexLayout (1.3.33)
3-
- Nimble (9.2.1)
4-
- PinLayout (1.10.2)
5-
- Quick (4.0.0)
6-
- SwiftLint (0.46.2)
2+
- FlexLayout (2.0.01)
3+
- Nimble (10.0.0)
4+
- PinLayout (1.10.4)
5+
- Quick (5.0.1)
6+
- SwiftLint (0.53.0)
77

88
DEPENDENCIES:
99
- FlexLayout (from `./`)
@@ -24,12 +24,12 @@ EXTERNAL SOURCES:
2424
:path: "./"
2525

2626
SPEC CHECKSUMS:
27-
FlexLayout: d515437814cc7a6b50d6d2d14da7cd8059f8d6f6
28-
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
29-
PinLayout: d6b1960e4b182b4da1481b9aa6728f621e20708d
30-
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
31-
SwiftLint: 6bc52a21f0fd44cab9aa2dc8e534fb9f5e3ec507
27+
FlexLayout: c7a8d036bb9ca2fc79f4ced41fd93a55691c70a4
28+
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
29+
PinLayout: f8a677ce0cd1cfe96b58435d029b4ceb4ce9c04c
30+
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
31+
SwiftLint: 5ce4d6a8ff83f1b5fd5ad5dbf30965d35af65e44
3232

33-
PODFILE CHECKSUM: 8012f62a3f0c22c322a9e4070b4829becd4c56b7
33+
PODFILE CHECKSUM: 0be37cb7e189fd6f408603b8354f9ef92b64a46c
3434

3535
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)