Skip to content

Commit

Permalink
Update version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Jul 24, 2018
1 parent af6d492 commit 4213c0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

# Change Log

## [1.3.10](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.10)
Released on 2018-07-24

Add cocoapods c++ library dependency to the podspec file. Required to avoid possible linking errors.

* Added by [Antoine Lamy](https://github.com/antoinelamy) in Pull Request [#103](https://github.com/layoutBox/FlexLayout/pull/103)

## [1.3.9](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.9)
Released on 2018-05-31

Expand Down
4 changes: 2 additions & 2 deletions 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.9"
spec.version = "1.3.10"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
spec.public_header_files = "Sources/yoga/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
spec.libraries = 'c++'
spec.libraries = 'c++'

# Should match yoga_defs.bzl + BUCK configuration
spec.compiler_flags = [
Expand Down

0 comments on commit 4213c0e

Please sign in to comment.