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

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "React-CoreModules",
"version": "0.61.5",
"summary": "-",
"homepage": "http://facebook.github.io/react-native/",
"license": "MIT",
"authors": "Facebook, Inc. and its affiliates",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness",
"source": {
"git": "https://github.com/facebook/react-native.git",
"tag": "v0.61.5"
},
"source_files": "**/*.{c,m,mm,cpp}",
"header_dir": "CoreModules",
"pod_target_xcconfig": {
"USE_HEADERMAP": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/React/CoreModules\" \"$(PODS_ROOT)/Folly\""
},
"dependencies": {
"FBReactNativeSpec": [
"0.61.5"
],
"RCTTypeSafety": [
"0.61.5"
],
"React-RCTImage": [
"0.61.5"
],
"Folly": [
"2018.10.22.00"
],
"React-Core/CoreModulesHeaders": [
"0.61.5"
],
"ReactCommon/turbomodule/core": [
"0.61.5"
]
}
}