Skip to content

Commit 34d6684

Browse files
author
Luc Dion
committed
Update version to 1.1.3
1 parent 5e3e654 commit 34d6684

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

FlexLayout.podspec

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

22
Pod::Spec.new do |s|
33
s.name = "FlexLayout"
4-
s.version = "1.1.1"
4+
s.version = "1.1.3"
55
s.summary = "FlexLayout"
66

77
s.homepage = "https://github.com/lucdion/FlexLayout.git"

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,20 @@ To integrate FlexLayout into your Xcode project using CocoaPods, specify it in y
10121012

10131013
Then, run `pod install`.
10141014

1015+
1016+
### Carthage
1017+
1018+
To integrate FlexLayout into your Xcode project using Carthage:
1019+
1020+
1. Specify in your `Cartfile`:
1021+
```
1022+
github "lucdion/FlexLayout"
1023+
```
1024+
1025+
2. Run `carthage update` to build frameworks.
1026+
3. Add built `FlexLayout.framework` and `YogaKit.framework` frameworks in your Xcode project.
1027+
4. Add the preprocessor macro `USE_YOGAKIT_PACKAGE` in your Xcode project. Target > Build Settings > Preprocessor Macros. add `USE_YOGAKIT_PACKAGE` in the **Debug** and the **Release** entry.
1028+
10151029
<br/>
10161030

10171031
## Changelog

0 commit comments

Comments
 (0)