[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / e / 6 / 7 / ALYoga / 1.0.0 / ALYoga.podspec.json
blob441ba8109394c98c0823fde483e0bf6183695030
2   "name": "ALYoga",
3   "version": "1.0.0",
4   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
5   "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within \nyour team by implementing an API many designers are familiar with, and opening \nit up to developers across different platforms.\ncurrent version is for the 0.55.3 version about React.",
6   "homepage": "https://github.com/baiwhte/ALYoga",
7   "license": "MIT",
8   "authors": {
9     "baiwhte": "baiwhte@163.com"
10   },
11   "source": {
12     "git": "https://github.com/baiwhte/ALYoga.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": false,
19   "public_header_files": "ALYoga/{Yoga,YGEnums,YGMacros}.h",
20   "source_files": "ALYoga/**/*.{h,cpp}",
21   "module_name": "yoga",
22   "compiler_flags": [
23     "-fno-omit-frame-pointer",
24     "-fexceptions",
25     "-Wall",
26     "-Werror",
27     "-std=c++1y",
28     "-fPIC"
29   ]