We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a687c commit ad20f28Copy full SHA for ad20f28
CHANGELOG.md
@@ -8,8 +8,14 @@
8
# Change Log
9
10
11
+## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.07)
12
+
13
+#### Remove FlexLayoutYoga duplicate dependency in Swift Package
14
15
+Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#245](https://github.com/layoutBox/FlexLayout/pull/245)
16
17
18
## [2.0.06](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.06)
-Released on 2023-10-15
19
20
#### Fix error that occur when creating XCFramework
21
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "2.0.06"
+ spec.version = "2.0.07"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
7
spec.license = "MIT license"
0 commit comments