Skip to content

Commit 772d8fc

Browse files
committed
Update version
1 parent 0ceb4f5 commit 772d8fc

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
# Change Log
99

10+
## [2.1.0](https://github.com/layoutBox/FlexLayout/releases/tag/2.1.0)
11+
12+
#### Upgrade yoga to v3.1.0
13+
14+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#255](https://github.com/layoutBox/FlexLayout/pull/266)
15+
16+
1017
## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)
1118

1219
#### Support `align-content`: `space-evenly`

FlexLayout.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "2.0.10"
4+
spec.version = "2.1.0"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"
88
spec.author = { "Luc Dion" => "luc_dion@yahoo.com" }
99

10-
spec.platform = :ios, "12.0"
10+
spec.platform = :ios, "14.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/YogaKit/include/YogaKit/*.h"
1414
spec.libraries = 'c++'
1515

16+
1617
# Should match yoga_defs.bzl + BUCK configuration
1718
spec.compiler_flags = [
1819
'-fno-omit-frame-pointer',

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ SPEC CHECKSUMS:
3232
FlexLayout: aaf305c1f3203be3d8694c3835773d1e7a912b72
3333
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
3434
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
35-
Yoga: 73e3c7ca57e233ad32a1a265a8b55dcce6c4d529
35+
Yoga: 955c6d6390d5b00fb54d02151e67d69b3ac6f2d8
3636

3737
PODFILE CHECKSUM: 616cb577f11ab8498737680dedeed47c6fae4b64
3838

39-
COCOAPODS: 1.14.3
39+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)