{ "name": "React-RCTActionSheet", "version": "0.66.2", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/actionsheetios", "license": "MIT", "authors": "Facebook, Inc. and its affiliates", "platforms": { "ios": "11.0" }, "source": { "git": "https://github.com/facebook/react-native.git", "tag": "v0.66.2" }, "source_files": "*.{m}", "preserve_paths": [ "package.json", "LICENSE", "LICENSE-docs" ], "header_dir": "RCTActionSheet", "dependencies": { "React-Core/RCTActionSheetHeaders": [ "0.66.2" ] }, "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/Libraries/ActionSheetIOS\"/* . && true", "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." }