[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.8.1 / Yoga.podspec.json
blob27ce8d1e65c64e5354183fbf2386be44e036df3b
2   "name": "Yoga",
3   "version": "1.8.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.com/",
9   "documentation_url": "https://yogalayout.com/docs",
10   "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
11   "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.",
12   "authors": "Facebook",
13   "source": {
14     "git": "https://github.com/facebook/yoga.git",
15     "tag": "1.8.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "10.0"
20   },
21   "module_name": "yoga",
22   "requires_arc": false,
23   "compiler_flags": [
24     "-fno-omit-frame-pointer",
25     "-fexceptions",
26     "-Wall",
27     "-Werror",
28     "-std=c++1y",
29     "-fPIC"
30   ],
31   "source_files": "yoga/**/*.{c,h,cpp}",
32   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h"