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

42 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "React-RCTLinking",
"version": "0.62.2",
"summary": "A general interface to interact with both incoming and outgoing app links.",
"homepage": "http://facebook.github.io/react-native/",
"documentation_url": "https://facebook.github.io/react-native/docs/linking",
"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.62.2"
},
"source_files": "*.{m,mm}",
"preserve_paths": [
"package.json",
"LICENSE",
"LICENSE-docs"
],
"header_dir": "RCTLinking",
"pod_target_xcconfig": {
"USE_HEADERMAP": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Folly\""
},
"dependencies": {
"FBReactNativeSpec": [
"0.62.2"
],
"React-Core/RCTLinkingHeaders": [
"0.62.2"
],
"ReactCommon/turbomodule/core": [
"0.62.2"
]
}
}