{
  "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/**/*",
  "public_header_files": "Classes/**/*.h",
  "dependencies": {
    "Flutter": [

    ]
  },
  "platforms": {
    "ios": "8.0"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  }
}
