blob: c8024181b5512503954b6d7e1c7b2fd548398a28 [file] [log] [blame]
{
"name": "Yoga",
"version": "1.12.0-pre.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://yogalayout.com/",
"documentation_url": "https://yogalayout.com/docs",
"summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
"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.",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/yoga.git",
"tag": "1.12.0-pre.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.7",
"tvos": "10.0",
"watchos": "2.0"
},
"module_name": "yoga",
"requires_arc": false,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"compiler_flags": [
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-std=c++1y",
"-fPIC"
],
"source_files": "yoga/**/*.{c,h,cpp}",
"public_header_files": "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h"
}