47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "React-CoreModules",
|
|
"version": "0.68.2",
|
|
"summary": "-",
|
|
"homepage": "https://reactnative.dev/",
|
|
"license": "MIT",
|
|
"authors": "Facebook, Inc. and its affiliates",
|
|
"platforms": {
|
|
"ios": "11.0"
|
|
},
|
|
"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.68.2"
|
|
},
|
|
"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)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-Codegen/React_Codegen.framework/Headers\""
|
|
},
|
|
"dependencies": {
|
|
"React-Codegen": [
|
|
"0.68.2"
|
|
],
|
|
"RCT-Folly": [
|
|
"2021.06.28.00-v2"
|
|
],
|
|
"RCTTypeSafety": [
|
|
"0.68.2"
|
|
],
|
|
"React-Core/CoreModulesHeaders": [
|
|
"0.68.2"
|
|
],
|
|
"React-RCTImage": [
|
|
"0.68.2"
|
|
],
|
|
"ReactCommon/turbomodule/core": [
|
|
"0.68.2"
|
|
],
|
|
"React-jsi": [
|
|
"0.68.2"
|
|
]
|
|
}
|
|
}
|