{ "name": "React-jsiexecutor", "version": "0.66.2", "summary": "-", "homepage": "https://reactnative.dev/", "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": "jsireact/*.{cpp,h}", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "pod_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }, "header_dir": "jsireact", "dependencies": { "React-cxxreact": [ "0.66.2" ], "React-jsi": [ "0.66.2" ], "React-perflogger": [ "0.66.2" ], "RCT-Folly": [ "2021.06.28.00-v2" ], "DoubleConversion": [], "glog": [] }, "prepare_command": "TMP_DIR=$(mktemp -d); mv * $TMP_DIR; cp -R \"$TMP_DIR/ReactCommon/jsiexecutor\"/* . && true", "__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." }