[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.0.1 / Yoga.podspec.json
blob0146aa2ef7378954fb26719de0afa28296c3fbad
2   "name": "Yoga",
3   "version": "1.0.1",
4   "summary": "A cross-platform layout engine.",
5   "homepage": "https://github.com/facebook/yoga",
6   "documentation_url": "https://facebook.github.io/yoga",
7   "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.",
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "authors": "Facebook",
13   "social_media_url": "https://twitter.com/fbOpenSource",
14   "source": {
15     "git": "https://github.com/facebook/yoga.git",
16     "tag": "v2017.01.27.00"
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=c11",
26     "-fPIC"
27   ],
28   "source_files": "yoga/**/*.{c,h}",
29   "platforms": {
30     "osx": null,
31     "ios": null,
32     "tvos": null,
33     "watchos": null
34   }