[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / c / f / 9 / BeagleYoga / 1.19.0 / BeagleYoga.podspec.json
blob1f51240b709d931e6b8fcc6238176e7f3eaf7882
2   "name": "BeagleYoga",
3   "version": "1.19.0",
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 and ZupIT",
13   "source": {
14     "git": "https://github.com/ZupIT/yoga.git",
15     "tag": "1.19.0"
16   },
17   "platforms": {
18     "ios": "8.0",
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,YGNode,YGStyle,YGValue}.h"