-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually add React-bridging.podspec.json
The file was automatically deleted via the generate-podspecs.sh script. It has been manually added as a temporary measure, to enable further testing.
- Loading branch information
Siobhan
committed
Jun 22, 2023
1 parent
165d681
commit 9707305
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "React-bridging", | ||
"version": "0.71.11", | ||
"summary": "-", | ||
"homepage": "https://reactnative.dev/", | ||
"license": "MIT", | ||
"authors": "Facebook, Inc. and its affiliates", | ||
"platforms": { | ||
"ios": "12.4" | ||
}, | ||
"source": { | ||
"git": "https://github.com/facebook/react-native.git", | ||
"tag": "v0.71.11" | ||
}, | ||
"source_files": "react/bridging/**/*.{cpp,h}", | ||
"exclude_files": "react/bridging/tests", | ||
"header_dir": "react/bridging", | ||
"header_mappings_dir": ".", | ||
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", | ||
"pod_target_xcconfig": { | ||
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\"", | ||
"USE_HEADERMAP": "YES", | ||
"CLANG_CXX_LANGUAGE_STANDARD": "c++17" | ||
}, | ||
"dependencies": { | ||
"RCT-Folly": [ | ||
"2021.07.22.00" | ||
], | ||
"React-jsi": [ | ||
"0.71.11" | ||
] | ||
}, | ||
"prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/ReactCommon\"/* . && true", | ||
"__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." | ||
} |