File tree Expand file tree Collapse file tree 4 files changed +23
-13
lines changed Expand file tree Collapse file tree 4 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 77
88# Change Log
99
10+ ## [ 1.3.28] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.28 )
11+ Released on 2023-02-25
12+
13+ #### Add ` Flex.direction ` property
14+
15+ Added by [ gyuchan] ( https://github.com/gyuchan ) in Pull Request [ #213 ] ( https://github.com/layoutBox/FlexLayout/pull/213 )
16+
17+
1018## [ 1.3.27] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.27 )
1119Released on 2023-01-20
1220
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |spec |
33 spec . name = "FlexLayout"
4- spec . version = "1.3.27 "
4+ spec . version = "1.3.28 "
55 spec . summary = "FlexLayout"
66 spec . homepage = "https://github.com/lucdion/FlexLayout.git"
77 spec . license = "MIT license"
Original file line number Diff line number Diff line change 711711 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
712712 DEVELOPMENT_TEAM = F37Y9H9E46;
713713 FRAMEWORK_SEARCH_PATHS = "$(inherited)";
714+ GENERATE_INFOPLIST_FILE = YES;
714715 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
715716 OTHER_LDFLAGS = "$(inherited)";
716717 PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutTests;
726727 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
727728 DEVELOPMENT_TEAM = F37Y9H9E46;
728729 FRAMEWORK_SEARCH_PATHS = "$(inherited)";
730+ GENERATE_INFOPLIST_FILE = YES;
729731 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
730732 OTHER_LDFLAGS = "$(inherited)";
731733 PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutTests;
Original file line number Diff line number Diff line change 11PODS:
2- - FlexLayout (1.3.24 )
3- - Nimble (9.2.1 )
4- - PinLayout (1.10.2 )
5- - Quick (4 .0.0 )
6- - SwiftLint (0.46.2 )
2+ - FlexLayout (1.3.27 )
3+ - Nimble (10.0.0 )
4+ - PinLayout (1.10.3 )
5+ - Quick (5 .0.1 )
6+ - SwiftLint (0.50.3 )
77
88DEPENDENCIES:
99 - FlexLayout (from `./`)
@@ -24,12 +24,12 @@ EXTERNAL SOURCES:
2424 :path: "./"
2525
2626SPEC CHECKSUMS:
27- FlexLayout: 4c4dec5e4aafab84908dd864bb097baebef0d44e
28- Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
29- PinLayout: d6b1960e4b182b4da1481b9aa6728f621e20708d
30- Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
31- SwiftLint: 6bc52a21f0fd44cab9aa2dc8e534fb9f5e3ec507
27+ FlexLayout: 65c91436ea69953194afd956e184a8bc75166f9c
28+ Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
29+ PinLayout: 0090ccbf29ae69af6ae5a15eaeaf27ed7b2c4d83
30+ Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
31+ SwiftLint: 77f7cb2b9bb81ab4a12fcc86448ba3f11afa50c6
3232
33- PODFILE CHECKSUM: 62356c1c4d9e84b9a2af94c4c1019bfd3ffbd75a
33+ PODFILE CHECKSUM: 164c60799d9a46f027586c1815ee9920190f613d
3434
35- COCOAPODS: 1.11.2
35+ COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments