[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 1.18.0 / YogaKit.podspec.json
blob8092b8452995ba053fe5c36ca039925c55a01f43
2   "name": "YogaKit",
3   "version": "1.18.0",
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   "default_subspecs": "Core",
24   "dependencies": {
25     "Yoga": [
26       "~> 1.14"
27     ]
28   },
29   "module_name": "YogaKit",
30   "readme": "YogaKit/README.md",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "YogaKit/Source/*.{h,m}",
35       "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
36       "private_header_files": "YogaKit/Source/YGLayout+Private.h"
37     },
38     {
39       "name": "SwiftExtension",
40       "source_files": "YogaKit/Source/*.{swift}"
41     }
42   ]