{ "name": "React-RCTText", "version": "0.66.2", "summary": "A React component for displaying text.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/text", "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": "**/*.{h,m}", "preserve_paths": [ "package.json", "LICENSE", "LICENSE-docs" ], "header_dir": "RCTText", "dependencies": { "React-Core/RCTTextHeaders": [ "0.66.2" ] }, "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/Libraries/Text\"/* . && true", "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." }