2018-07-26 14:23:06 +00:00
{
2019-09-26 14:59:27 +00:00
"name" : "Yoga" ,
"version" : "1.14.0" ,
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" ,
2020-05-08 16:37:49 +00:00
"tag" : "v0.62.2"
2018-07-26 14:23:06 +00:00
} ,
"module_name" : "yoga" ,
2019-09-26 14:59:27 +00:00
"header_dir" : "yoga" ,
2018-07-26 14:23:06 +00:00
"requires_arc" : false ,
2020-05-08 16:37:49 +00:00
"pod_target_xcconfig" : {
"DEFINES_MODULE" : "YES"
} ,
2018-07-26 14:23:06 +00:00
"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-09-26 14:59:27 +00:00
"public_header_files" : "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h"
2018-07-26 14:23:06 +00:00
}