[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 1.18.1 / YogaKit.podspec.json
blobec099b4ce276f4ab2240d9d9498699bd9d315a7e
2   "name": "YogaKit",
3   "version": "1.18.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.18.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "module_name": "YogaKit",
24   "dependencies": {
25     "Yoga": [
26       "~> 1.14"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "LD_VERIFY_BITCODE": "NO"
31   },
32   "source_files": "YogaKit/Source/*.{h,m,swift}",
33   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
34   "private_header_files": "YogaKit/Source/YGLayout+Private.h",
35   "swift_versions": "5.1",
36   "readme": "YogaKit/README.md",
37   "swift_version": "5.1"