Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/React-cxxreact.podspec.json

44 lines
1007 B
JSON
Raw Normal View History

{
"name": "React-cxxreact",
"version": "0.63.4",
"summary": "-",
"homepage": "https://reactnative.dev/",
"license": "MIT",
"authors": "Facebook, Inc. and its affiliates",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/facebook/react-native.git",
"tag": "v0.63.4"
},
"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": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\""
},
"header_dir": "cxxreact",
"dependencies": {
"boost-for-react-native": [
"1.63.0"
],
"DoubleConversion": [
],
"Folly": [
"2020.01.13.00"
],
"glog": [
],
"React-jsinspector": [
"0.63.4"
],
"React-callinvoker": [
"0.63.4"
]
}
}