From 6ff03c5dc68f07367268800ae5cdc7ae8aa7d360 Mon Sep 17 00:00:00 2001 From: Derek Blank Date: Fri, 7 Oct 2022 13:30:48 +1000 Subject: [PATCH] Restore missing callinvoker podspec --- .../React-callinvoker.podspec.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 third-party-podspecs/React-callinvoker.podspec.json diff --git a/third-party-podspecs/React-callinvoker.podspec.json b/third-party-podspecs/React-callinvoker.podspec.json new file mode 100644 index 0000000000..6a19b29a16 --- /dev/null +++ b/third-party-podspecs/React-callinvoker.podspec.json @@ -0,0 +1,19 @@ +{ + "name": "React-callinvoker", + "version": "0.69.4", + "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.69.4" + }, + "source_files": "**/*.{cpp,h}", + "header_dir": "ReactCommon", + "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/ReactCommon/callinvoker\"/* . && true", + "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." +} \ No newline at end of file