[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 1.12.0-pre.1 / Yoga.podspec.json
blobc8024181b5512503954b6d7e1c7b2fd548398a28
2   "name": "Yoga",
3   "version": "1.12.0-pre.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.12.0-pre.1"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.7",
20     "tvos": "10.0",
21     "watchos": "2.0"
22   },
23   "module_name": "yoga",
24   "requires_arc": false,
25   "pod_target_xcconfig": {
26     "DEFINES_MODULE": "YES"
27   },
28   "compiler_flags": [
29     "-fno-omit-frame-pointer",
30     "-fexceptions",
31     "-Wall",
32     "-Werror",
33     "-std=c++1y",
34     "-fPIC"
35   ],
36   "source_files": "yoga/**/*.{c,h,cpp}",
37   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h"