blob: a5649d7474f4a6575187cbb116f1c0a7a719edd9 [file] [log] [blame]
{
"name": "ReactNative-Yoga",
"version": "0.48.4.React",
"license": {
"type": "BSD"
},
"homepage": "https://facebook.github.io/yoga/",
"documentation_url": "https://facebook.github.io/yoga/docs/api/c/",
"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/ericfuxealth/ReactNative-Yoga-Framework",
"tag": "0.48.4.React"
},
"module_name": "yoga",
"requires_arc": false,
"compiler_flags": [
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-std=c11",
"-fPIC"
],
"platforms": {
"ios": "8.0",
"tvos": "9.2"
},
"source_files": "yoga/**/*.{c,h}"
}