[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.6.0 / Yoga.podspec.json
blob65a6653972ee8467b0ac01e70c9beea4dca61701
2   "name": "Yoga",
3   "version": "1.6.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": "1.6.0"
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   }