[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 5 / d / yogaJM / 0.58.6-pre / yogaJM.podspec.json
blob61473f77574b1b635ae26acec715ae244f2879b8
2   "name": "yogaJM",
3   "version": "0.58.6-pre",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "http://10.0.10.85/app/ios/yoga",
8   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
9   "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.",
10   "authors": "Jimi,Facebook",
11   "source": {
12     "git": "http://10.0.10.85/app/ios/yoga.git",
13     "tag": "0.58.6-pre"
14   },
15   "requires_arc": false,
16   "compiler_flags": [
17     "-fno-omit-frame-pointer",
18     "-fexceptions",
19     "-Wall",
20     "-Werror",
21     "-std=c++1y",
22     "-fPIC"
23   ],
24   "module_name": "yoga",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "source_files": "yoga/**/*.{cpp,h}",
29   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"