{
  "name": "geocoding_ios",
  "version": "1.0.5",
  "summary": "A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.",
  "description": "A new flutter plugin project.",
  "homepage": "http://example.com",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "Baseflow": "hello@baseflow.com"
  },
  "source": {
    "path": "."
  },
  "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"
  },
  "resource_bundles": {
    "geocoding_ios_privacy": [
      "Resources/PrivacyInfo.xcprivacy"
    ]
  }
}
