[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 1.1.0 / YogaKit.podspec.json
blobe5e3e64ac6a8ac1fe72193fbe6c33094050d061c
2   "name": "YogaKit",
3   "version": "1.1.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "homepage": "https://facebook.github.io/yoga/",
9   "documentation_url": "https://facebook.github.io/yoga/docs/api/yogakit/",
10   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
11   "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
12   "authors": "Facebook",
13   "source": {
14     "git": "https://github.com/facebook/yoga.git",
15     "tag": "v2017.02.07.00"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "dependencies": {
24     "Yoga": [
25       "~> 1.1"
26     ]
27   },
28   "source_files": "YogaKit/Source/*.{h,m}",
29   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
30   "private_header_files": "YogaKit/Source/YGLayout+Private.h",
31   "readme": "YogaKit/README.md"