2019-08-07 13:51:34 +00:00
|
|
|
{
|
|
|
|
"name": "React-cxxreact",
|
2020-12-22 18:50:23 +00:00
|
|
|
"version": "0.63.4",
|
2019-08-07 13:51:34 +00:00
|
|
|
"summary": "-",
|
2020-07-20 16:35:17 +00:00
|
|
|
"homepage": "https://reactnative.dev/",
|
2019-08-07 13:51:34 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Facebook, Inc. and its affiliates",
|
|
|
|
"platforms": {
|
2020-07-20 16:35:17 +00:00
|
|
|
"ios": "10.0",
|
|
|
|
"tvos": "10.0"
|
2019-08-07 13:51:34 +00:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/facebook/react-native.git",
|
2020-12-22 18:50:23 +00:00
|
|
|
"tag": "v0.63.4"
|
2019-08-07 13:51:34 +00:00
|
|
|
},
|
|
|
|
"source_files": "*.{cpp,h}",
|
|
|
|
"exclude_files": "SampleCxxModule.*",
|
|
|
|
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
|
|
|
|
"pod_target_xcconfig": {
|
2019-09-26 14:59:27 +00:00
|
|
|
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\""
|
2019-08-07 13:51:34 +00:00
|
|
|
},
|
|
|
|
"header_dir": "cxxreact",
|
|
|
|
"dependencies": {
|
|
|
|
"boost-for-react-native": [
|
|
|
|
"1.63.0"
|
|
|
|
],
|
|
|
|
"DoubleConversion": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"Folly": [
|
2020-07-20 16:35:17 +00:00
|
|
|
"2020.01.13.00"
|
2019-08-07 13:51:34 +00:00
|
|
|
],
|
|
|
|
"glog": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"React-jsinspector": [
|
2020-12-22 18:50:23 +00:00
|
|
|
"0.63.4"
|
2020-07-20 16:35:17 +00:00
|
|
|
],
|
|
|
|
"React-callinvoker": [
|
2020-12-22 18:50:23 +00:00
|
|
|
"0.63.4"
|
2019-08-07 13:51:34 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|