{
  "name": "mobile_scanner",
  "version": "5.1.1",
  "summary": "An universal scanner for Flutter based on MLKit.",
  "description": "An universal scanner for Flutter based on MLKit.",
  "homepage": "https://github.com/juliansteenbakker/mobile_scanner",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "Julian Steenbakker": "juliansteenbakker@outlook.com"
  },
  "source": {
    "path": "."
  },
  "source_files": "Classes/**/*",
  "dependencies": {
    "Flutter": [

    ],
    "GoogleMLKit/BarcodeScanning": [
      "~> 6.0.0"
    ]
  },
  "platforms": {
    "ios": "12.0"
  },
  "static_framework": true,
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  },
  "swift_versions": "5.0",
  "resource_bundles": {
    "mobile_scanner_privacy": [
      "Resources/PrivacyInfo.xcprivacy"
    ]
  },
  "swift_version": "5.0"
}
