{
  "name": "app_links",
  "version": "7.0.0",
  "summary": "iOS Universal Links and Custom URL schemes.",
  "description": "iOS Universal Links and Custom URL schemes.",
  "homepage": "https://github.com/llfbandit/app_links",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "Your Company": "email@example.com"
  },
  "source": {
    "path": "."
  },
  "source_files": "app_links/Sources/app_links/**/*.swift",
  "dependencies": {
    "Flutter": []
  },
  "platforms": {
    "ios": "13.0"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  },
  "swift_versions": "5.0",
  "resource_bundles": {
    "app_links_ios_privacy": [
      "app_links/Sources/app_links/PrivacyInfo.xcprivacy"
    ]
  },
  "swift_version": "5.0"
}
