Skip to content

Commit

Permalink
Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Oct 2, 2017
1 parent 5e3e654 commit 34d6684
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "FlexLayout"
s.version = "1.1.1"
s.version = "1.1.3"
s.summary = "FlexLayout"

s.homepage = "https://github.com/lucdion/FlexLayout.git"
Expand Down
Binary file not shown.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,20 @@ To integrate FlexLayout into your Xcode project using CocoaPods, specify it in y

Then, run `pod install`.


### Carthage

To integrate FlexLayout into your Xcode project using Carthage:

1. Specify in your `Cartfile`:
```
github "lucdion/FlexLayout"
```

2. Run `carthage update` to build frameworks.
3. Add built `FlexLayout.framework` and `YogaKit.framework` frameworks in your Xcode project.
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.

<br/>

## Changelog
Expand Down

0 comments on commit 34d6684

Please sign in to comment.