[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / d / yogaJM / 0.58.6 / yogaJM.podspec.json
blob29eff06fdf162245fb3b6ed773445383302cf1c1
2   "name": "yogaJM",
3   "version": "0.58.6",
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   },
14   "requires_arc": false,
15   "compiler_flags": [
16     "-fno-omit-frame-pointer",
17     "-fexceptions",
18     "-Wall",
19     "-Werror",
20     "-std=c++1y",
21     "-fPIC"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "yoga/**/*.{cpp,h}",
27   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"