From 4213c0e07a1887cd7a1ce4c7a292e30c589ec8c7 Mon Sep 17 00:00:00 2001 From: Luc Dion Date: Tue, 24 Jul 2018 06:22:28 -0400 Subject: [PATCH] Update version to 1.3.10 --- CHANGELOG.md | 7 +++++++ FlexLayout.podspec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f56532..eeaa19fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/FlexLayout.podspec b/FlexLayout.podspec index 4af294e5..18b49a2a 100644 --- a/FlexLayout.podspec +++ b/FlexLayout.podspec @@ -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" @@ -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 = [