blob: 3d7199dc72a666db1c1d0d641d45abf4191f6d8c [file] [log] [blame]
{
"name": "yogaJM",
"version": "0.58.7-alpha",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/JimiPlatform/yoga",
"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": "Jimi,Facebook",
"source": {
"git": "https://github.com/JimiPlatform/yoga.git",
"tag": "0.58.7-alpha"
},
"requires_arc": false,
"compiler_flags": [
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-std=c++1y",
"-fPIC"
],
"xcconfig": {
"VALID_ARCHS": "armv7s armv7 x86_64 arm64 arm64e"
},
"libraries": "c++",
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "yoga.framework"
}
}