[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 4 / 9 / 6 / ReactNative-Yoga / 0.48.4.React / ReactNative-Yoga.podspec.json
bloba5649d7474f4a6575187cbb116f1c0a7a719edd9
2   "name": "ReactNative-Yoga",
3   "version": "0.48.4.React",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "https://facebook.github.io/yoga/",
8   "documentation_url": "https://facebook.github.io/yoga/docs/api/c/",
9   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
10   "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.",
11   "authors": "Facebook",
12   "source": {
13     "git": "https://github.com/ericfuxealth/ReactNative-Yoga-Framework",
14     "tag": "0.48.4.React"
15   },
16   "module_name": "yoga",
17   "requires_arc": false,
18   "compiler_flags": [
19     "-fno-omit-frame-pointer",
20     "-fexceptions",
21     "-Wall",
22     "-Werror",
23     "-std=c11",
24     "-fPIC"
25   ],
26   "platforms": {
27     "ios": "8.0",
28     "tvos": "9.2"
29   },
30   "source_files": "yoga/**/*.{c,h}"