{
  "name": "google_maps_flutter_ios",
  "version": "0.0.1",
  "summary": "Google Maps for Flutter",
  "description": "A Flutter plugin that provides a Google Maps widget.\nDownloaded by pub (not CocoaPods).",
  "homepage": "https://github.com/flutter/packages",
  "license": {
    "type": "BSD",
    "file": "../LICENSE"
  },
  "authors": {
    "Flutter Dev Team": "flutter-dev@googlegroups.com"
  },
  "source": {
    "http": "https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter/ios"
  },
  "documentation_url": "https://pub.dev/packages/google_maps_flutter_ios",
  "source_files": "Classes/**/*.{h,m}",
  "public_header_files": "Classes/**/*.h",
  "module_map": "Classes/google_maps_flutter_ios.modulemap",
  "dependencies": {
    "Flutter": [],
    "GoogleMaps": [
      ">= 8.4",
      "< 10.0"
    ],
    "Google-Maps-iOS-Utils": [
      ">= 5.0",
      "< 7.0"
    ]
  },
  "static_framework": true,
  "platforms": {
    "ios": "14.0"
  },
  "swift_versions": "5.9",
  "xcconfig": {
    "LIBRARY_SEARCH_PATHS": "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
    "LD_RUNPATH_SEARCH_PATHS": "$(inherited) /usr/lib/swift"
  },
  "resource_bundles": {
    "google_maps_flutter_ios_privacy": [
      "Resources/PrivacyInfo.xcprivacy"
    ]
  },
  "swift_version": "5.9"
}
