{
  "name": "geolocator_apple",
  "version": "1.2.0",
  "summary": "Geolocation iOS plugin for Flutter.",
  "description": "Geolocation iOS plugin for Flutter. This plugin provides the Apple implementation for the geolocator plugin.",
  "homepage": "http://github.com/baseflow/flutter-geolocator",
  "license": {
    "type": "MIT",
    "file": "../LICENSE"
  },
  "authors": {
    "Baseflow": "hello@baseflow.com"
  },
  "source": {
    "http": "https://github.com/baseflow/flutter-geolocator/tree/master/"
  },
  "source_files": "Classes/**/*.{h,m}",
  "public_header_files": "Classes/**/*.h",
  "module_map": "Classes/GeolocatorPlugin.modulemap",
  "dependencies": {
    "Flutter": [

    ]
  },
  "platforms": {
    "ios": "11.0"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  },
  "resource_bundles": {
    "geolocator_apple_privacy": [
      "Resources/PrivacyInfo.xcprivacy"
    ]
  }
}
