2018-07-26 14:23:06 +00:00
{
"name" : "yoga" ,
2019-08-07 13:51:34 +00:00
"version" : "0.60.4.React" ,
2018-07-26 14:23:06 +00:00
"license" : {
"type" : "MIT"
} ,
2019-08-07 13:51:34 +00:00
"homepage" : "https://yogalayout.com" ,
"documentation_url" : "https://yogalayout.com/docs/" ,
2018-07-26 14:23:06 +00:00
"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/react-native.git" ,
2019-08-07 13:51:34 +00:00
"tag" : "v0.60.4"
2018-07-26 14:23:06 +00:00
} ,
"module_name" : "yoga" ,
"requires_arc" : false ,
"compiler_flags" : [
"-fno-omit-frame-pointer" ,
"-fexceptions" ,
"-Wall" ,
"-Werror" ,
"-std=c++1y" ,
"-fPIC"
] ,
"platforms" : {
"ios" : "9.0" ,
"tvos" : "9.2"
} ,
"source_files" : "yoga/**/*.{cpp,h}" ,
2019-08-07 13:51:34 +00:00
"public_header_files" : "yoga/{Yoga,YGEnums,YGMacros,YGValue,YGStyle,CompactValue,YGFloatOptional,Yoga-internal,YGNode,YGConfig,YGLayout,YGMarker}.h"
2018-07-26 14:23:06 +00:00
}