Skip to content

Commit 0e62122

Browse files
author
Luc Dion
committed
Update version.
1 parent c5e1ae2 commit 0e62122

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.3.0](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.0)
11+
Released on 2018-02-23
12+
13+
####Integrates Yoga's sources into FlexLayout:
14+
15+
That was not my first choice, but Yoga's repository is diverging from our iOS needs.
16+
17+
Reasons:
18+
19+
* Yoga is now C++ and not C anymore. This was causing issues when built into frameworks.
20+
* FlexLayout Carthage support was not really great using Yoga's repository. The previous solution was already using a fork of Yoga's repo, but there was some issues while deploying app to the App store (embedding frameworks).
21+
22+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#61](https://github.com/layoutBox/FlexLayout/pull/61)
23+
24+
25+
1026
## [1.2.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.2.2)
1127
Released on 2017-12-20
1228

FlexLayout.podspec

+1-10
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.2.4"
4+
spec.version = "1.3.0"
55
spec.summary = "FlexLayout"
66

77
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
@@ -15,13 +15,4 @@ Pod::Spec.new do |spec|
1515

1616
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
1717
spec.source_files = "Sources/**/*.{swift,h,m,cpp,c}"
18-
19-
#spec.compiler_flags = [
20-
# '-fno-omit-frame-pointer',
21-
# '-fexceptions',
22-
# '-Wall',
23-
# '-Werror',
24-
# '-std=c11',
25-
# '-fPIC'
26-
#]
2718
end

0 commit comments

Comments
 (0)