[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 0 / 1 / Hyoga / 0.2.0 / Hyoga.podspec.json
blob441c6bda85719810631a4b5c3782e5a2bf56eaef
2   "name": "Hyoga",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT"
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": {
12     "wowbby": "zhengzx@haierubic.com"
13   },
14   "source": {
15     "git": "https://github.com/wowbby/Yoga.git",
16     "tag": "0.2.0"
17   },
18   "module_name": "yoga",
19   "requires_arc": false,
20   "compiler_flags": [
21     "-fno-omit-frame-pointer",
22     "-fexceptions",
23     "-Wall",
24     "-Werror",
25     "-std=c++1y",
26     "-fPIC"
27   ],
28   "platforms": {
29     "ios": "9.0",
30     "tvos": "9.2"
31   },
32   "source_files": "yoga/*",
33   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"