Skip to content

Commit 4213c0e

Browse files
author
Luc Dion
committed
Update version to 1.3.10
1 parent af6d492 commit 4213c0e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.3.10](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.10)
11+
Released on 2018-07-24
12+
13+
Add cocoapods c++ library dependency to the podspec file. Required to avoid possible linking errors.
14+
15+
* Added by [Antoine Lamy](https://github.com/antoinelamy) in Pull Request [#103](https://github.com/layoutBox/FlexLayout/pull/103)
16+
1017
## [1.3.9](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.9)
1118
Released on 2018-05-31
1219

FlexLayout.podspec

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

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.9"
4+
spec.version = "1.3.10"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
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/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
14-
spec.libraries = 'c++'
14+
spec.libraries = 'c++'
1515

1616
# Should match yoga_defs.bzl + BUCK configuration
1717
spec.compiler_flags = [

0 commit comments

Comments
 (0)