[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 1.12.0-pre.1 / YogaKit.podspec.json
blob121b49eec5c19a17636d563b5d8d498c6e93ae4a
2   "name": "YogaKit",
3   "version": "1.12.0-pre.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://facebook.github.io/yoga/",
9   "documentation_url": "https://facebook.github.io/yoga/docs/",
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": "1.12.0-pre.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "dependencies": {
24     "Yoga": [
25       "1.12.0-pre.1"
26     ]
27   },
28   "source_files": "YogaKit/Source/*.{h,m,swift}",
29   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
30   "private_header_files": "YogaKit/Source/YGLayout+Private.h",
31   "swift_version": "4.0",
32   "readme": "YogaKit/README.md"