[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.9.0 / Yoga.podspec.json
blob7deaf8dd87ad40d1c15e9c58d1b26b064e801603
2   "name": "Yoga",
3   "version": "1.9.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.com/",
9   "documentation_url": "https://yogalayout.com/docs",
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.9.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "10.0"
20   },
21   "module_name": "yoga",
22   "requires_arc": false,
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES"
25   },
26   "compiler_flags": [
27     "-fno-omit-frame-pointer",
28     "-fexceptions",
29     "-Wall",
30     "-Werror",
31     "-std=c++1y",
32     "-fPIC"
33   ],
34   "source_files": "yoga/**/*.{c,h,cpp}",
35   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"