[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.1.0 / Yoga.podspec.json
blob65ff3db928d003ba37ebed10786b713da5bcf519
2   "name": "Yoga",
3   "version": "1.1.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "homepage": "https://facebook.github.io/yoga/",
9   "documentation_url": "https://facebook.github.io/yoga/docs/api/c/",
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": "v2017.02.07.00"
16   },
17   "module_name": "yoga",
18   "requires_arc": false,
19   "compiler_flags": [
20     "-fno-omit-frame-pointer",
21     "-fexceptions",
22     "-Wall",
23     "-Werror",
24     "-std=c11",
25     "-fPIC"
26   ],
27   "source_files": "yoga/**/*.{c,h}",
28   "platforms": {
29     "osx": null,
30     "ios": null,
31     "tvos": null,
32     "watchos": null
33   }