{ "name": "react-native-google-maps", "version": "0.27.1", "summary": "React Native Mapview component for iOS + Android", "authors": { "intelligibabble": "leland.m.richardson@gmail.com" }, "homepage": "https://github.com/react-native-community/react-native-maps#readme", "license": "MIT", "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/react-native-community/react-native-maps.git", "tag": "v0.27.1" }, "source_files": "lib/ios/AirGoogleMaps/**/*.{h,m}", "compiler_flags": [ "-DHAVE_GOOGLE_MAPS=1", "-DHAVE_GOOGLE_MAPS_UTILS=1", "-fno-modules" ], "dependencies": { "React": [ ], "GoogleMaps": [ "3.5.0" ], "Google-Maps-iOS-Utils": [ "2.1.0" ] } }