Skip to content

Commit

Permalink
Restore missing perflogger podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
derekblank committed Oct 7, 2022
1 parent 6ff03c5 commit 606e43c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions third-party-podspecs/React-perflogger.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "React-perflogger",
"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": "reactperflogger",
"prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/ReactCommon/reactperflogger\"/* . && true",
"__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary."
}

0 comments on commit 606e43c

Please sign in to comment.