vn-verdnaturachat/ios/Pods/Local Podspecs/React-Core.podspec.json

58 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "React-Core",
"version": "0.60.4",
"summary": "The core of React Native.",
"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",
"tag": "v0.60.4"
},
"source_files": "**/*.{c,h,m,mm,S,cpp}",
"exclude_files": [
"DevSupport/**/*",
"Fabric/**/*",
"Inspector/**/*"
],
"ios": {
"exclude_files": "**/RCTTV*.*"
},
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
"tvos": {
"exclude_files": [
"Modules/RCTClipboard*",
"Views/RCTDatePicker*",
"Views/RCTPicker*",
"Views/RCTRefreshControl*",
"Views/RCTSlider*",
"Views/RCTSwitch*",
"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"
]
},
"header_dir": "React",
"frameworks": "JavaScriptCore",
"libraries": "stdc++",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\""
},
"dependencies": {
"Folly": [
"2018.10.22.00"
],
"React-cxxreact": [
"0.60.4"
],
"React-jsiexecutor": [
"0.60.4"
],
"yoga": [
"0.60.4.React"
]
}
}