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
2022-10-04 08:14:04 -07: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/main/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.
2021-08-13 07:49:58 -07:00
See the [CONTRIBUTING.md ](https://github.com/facebook/yoga/blob/main/CONTRIBUTING.md ) file for how to help out.