2019-08-07 13:51:34 +00:00
|
|
|
{
|
|
|
|
"name": "React-cxxreact",
|
2020-02-13 19:25:28 +00:00
|
|
|
"version": "0.61.5",
|
2019-08-07 13:51:34 +00:00
|
|
|
"summary": "-",
|
|
|
|
"homepage": "http://facebook.github.io/react-native/",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Facebook, Inc. and its affiliates",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "9.2"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/facebook/react-native.git",
|
2020-02-13 19:25:28 +00:00
|
|
|
"tag": "v0.61.5"
|
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": [
|
|
|
|
"2018.10.22.00"
|
|
|
|
],
|
|
|
|
"glog": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"React-jsinspector": [
|
2020-02-13 19:25:28 +00:00
|
|
|
"0.61.5"
|
2019-08-07 13:51:34 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|