Skip to content

Commit

Permalink
Merge pull request #214 from layoutBox/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lucdion authored Feb 25, 2023
2 parents f78bea5 + 094bb5d commit ed5707f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

# Change Log

## [1.3.28](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.28)
Released on 2023-02-25

#### Add `Flex.direction` property

Added by [gyuchan](https://github.com/gyuchan) in Pull Request [#213](https://github.com/layoutBox/FlexLayout/pull/213)


## [1.3.27](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.27)
Released on 2023-01-20

Expand Down
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "1.3.27"
spec.version = "1.3.28"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
Expand Down
2 changes: 2 additions & 0 deletions FlexLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
DEVELOPMENT_TEAM = F37Y9H9E46;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutTests;
Expand All @@ -726,6 +727,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
DEVELOPMENT_TEAM = F37Y9H9E46;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayoutTests;
Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- FlexLayout (1.3.24)
- Nimble (9.2.1)
- PinLayout (1.10.2)
- Quick (4.0.0)
- SwiftLint (0.46.2)
- FlexLayout (1.3.27)
- Nimble (10.0.0)
- PinLayout (1.10.3)
- Quick (5.0.1)
- SwiftLint (0.50.3)

DEPENDENCIES:
- FlexLayout (from `./`)
Expand All @@ -24,12 +24,12 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
FlexLayout: 4c4dec5e4aafab84908dd864bb097baebef0d44e
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
PinLayout: d6b1960e4b182b4da1481b9aa6728f621e20708d
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
SwiftLint: 6bc52a21f0fd44cab9aa2dc8e534fb9f5e3ec507
FlexLayout: 65c91436ea69953194afd956e184a8bc75166f9c
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
PinLayout: 0090ccbf29ae69af6ae5a15eaeaf27ed7b2c4d83
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
SwiftLint: 77f7cb2b9bb81ab4a12fcc86448ba3f11afa50c6

PODFILE CHECKSUM: 62356c1c4d9e84b9a2af94c4c1019bfd3ffbd75a
PODFILE CHECKSUM: 164c60799d9a46f027586c1815ee9920190f613d

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3

0 comments on commit ed5707f

Please sign in to comment.