[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 4 / 7 / YogaKit / 1.0.1 / YogaKit.podspec.json
blobb08647c2382257c28a42e8edaeee9e28bbe1b211
2   "name": "YogaKit",
3   "version": "1.0.1",
4   "license": {
5     "type": "BSD-3-Clause",
6     "file": "../LICENSE"
7   },
8   "homepage": "https://facebook.github.io/yoga",
9   "authors": {
10     "Emil Sjölander": "sjolander.emil@gmail.com",
11     "Dustin Shahidehpour": "dshahidehpour@gmail.com"
12   },
13   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
14   "description": "Yoga is a cross-platform layout engine which implements Flexbox.\nIt enables maximum collaboration within your team by implementing an API familiar to\nmany designers and opening it up to developers across different platforms.",
15   "documentation_url": "https://facebook.github.io/yoga/docs/getting-started/",
16   "source": {
17     "git": "https://github.com/facebook/yoga.git",
18     "tag": "v2017.01.27.00"
19   },
20   "platforms": {
21     "ios": null
22   },
23   "dependencies": {
24     "Yoga": [
25       "~> 1.0"
26     ]
27   },
28   "public_header_files": "YogaKit/Source/{YGLayout,UIView+Yoga}.h",
29   "source_files": [
30     "YogaKit/Source/*.{h,m}",
31     "YogaKit/Source/{YGLayout,UIView+Yoga}.h"
32   ],
33   "private_header_files": "YogaKit/Source/YGLayout+Private.h"