[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / d / yogaJM / 0.58.7-alpha / yogaJM.podspec.json
blob3d7199dc72a666db1c1d0d641d45abf4191f6d8c
2   "name": "yogaJM",
3   "version": "0.58.7-alpha",
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.7-alpha"
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   "xcconfig": {
25     "VALID_ARCHS": "armv7s armv7 x86_64 arm64 arm64e"
26   },
27   "libraries": "c++",
28   "platforms": {
29     "ios": "9.0"
30   },
31   "ios": {
32     "vendored_frameworks": "yoga.framework"
33   }