2017-01-30 11:04:22 -08:00
# YogaKit
2017-01-31 07:28:08 -08:00
[](https://cocoapods.org/pods/YogaKit)
2017-01-30 11:04:22 -08:00
[](https://facebook.github.io/yoga/docs/api/yogakit/)
[](https://facebook.github.io/yoga/docs/api/yogakit/)
## Installation
2017-01-31 07:28:08 -08:00
YogaKit is available to install via [CocoaPods ](https://cocoapods.org/ ).
2017-01-30 11:04:22 -08:00
```
2017-11-16 02:59:27 -08:00
pod 'YogaKit', '~> 1.7'
2017-01-30 11:04:22 -08:00
```
## Getting Started
2019-03-20 13:29:53 +08:00
We have a sample project. To try it out, clone this repo and open `YogaKitSample.xcodeproj` in the [YogaKitSample ](https://github.com/facebook/yoga/tree/master/YogaKit/YogaKitSample ) directory.
2017-01-30 11:04:22 -08:00
## Contributing
We welcome all pull-requests! At Facebook we sync the open source version of `YogaKit` daily, so we're always testing the latest changes.
2017-03-08 06:35:28 -08:00
See the [CONTRIBUTING.md ](https://github.com/facebook/yoga/blob/master/CONTRIBUTING.md ) file for how to help out.