[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / d / yogaJM / 0.58.6-release / yogaJM.podspec.json
bloba54ea1dd151050c112b355c26ae53e7aac31e2e5
2   "name": "yogaJM",
3   "version": "0.58.6-release",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/JimiPlatform/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": "https://github.com/JimiPlatform/yoga.git",
13     "tag": "0.58.6-release"
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   "libraries": "c++",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "ios": {
29     "vendored_frameworks": "yoga.framework"
30   }