[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.8.0 / Yoga.podspec.json
blobf02bc4769251dddcfd319308343c1fd696f213fc
2   "name": "Yoga",
3   "version": "1.8.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.8.0"
16   },
17   "platforms": {
18     "osx": "10.13"
19   },
20   "module_name": "yoga",
21   "requires_arc": false,
22   "compiler_flags": [
23     "-fno-omit-frame-pointer",
24     "-fexceptions",
25     "-Wall",
26     "-Werror",
27     "-std=c++1y",
28     "-fPIC"
29   ],
30   "source_files": "yoga/**/*.{c,h,cpp}",
31   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"