{ "name": "React-RCTBlob", "version": "0.66.2", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "license": "MIT", "authors": "Facebook, Inc. and its affiliates", "platforms": { "ios": "11.0" }, "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", "tag": "v0.66.2" }, "source_files": "*.{h,m,mm}", "preserve_paths": [ "package.json", "LICENSE", "LICENSE-docs" ], "header_dir": "RCTBlob", "pod_target_xcconfig": { "USE_HEADERMAP": "YES", "CLANG_CXX_LANGUAGE_STANDARD": "c++14", "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RCT-Folly\"" }, "dependencies": { "RCT-Folly": [ "2021.06.28.00-v2" ], "FBReactNativeSpec": [ "0.66.2" ], "ReactCommon/turbomodule/core": [ "0.66.2" ], "React-jsi": [ "0.66.2" ], "React-Core/RCTBlobHeaders": [ "0.66.2" ], "React-Core/RCTWebSocket": [ "0.66.2" ], "React-RCTNetwork": [ "0.66.2" ] }, "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/Libraries/Blob\"/* . && true", "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." }