{
  "name": "firebase_auth",
  "version": "6.1.2",
  "summary": "Flutter plugin for Firebase Auth, enabling authentication using passwords, phone numbers and identity providers like Google, Facebook and Twitter.",
  "description": "Flutter plugin for Firebase Auth, enabling authentication using passwords, phone numbers and identity providers like Google, Facebook and Twitter.",
  "homepage": "https://firebase.google.com/docs/auth",
  "license": {
    "file": "../LICENSE"
  },
  "authors": "The Chromium Authors",
  "source": {
    "path": "."
  },
  "source_files": "firebase_auth/Sources/firebase_auth/**/*.{h,m}",
  "public_header_files": "firebase_auth/Sources/firebase_auth/include/Public/**/*.h",
  "private_header_files": "firebase_auth/Sources/firebase_auth/include/Private/**/*.h",
  "platforms": {
    "osx": "10.13"
  },
  "dependencies": {
    "FlutterMacOS": [],
    "firebase_core": [],
    "Firebase/CoreOnly": [
      "~> 12.4.0"
    ],
    "Firebase/Auth": [
      "~> 12.4.0"
    ]
  },
  "static_framework": true,
  "pod_target_xcconfig": {
    "GCC_PREPROCESSOR_DEFINITIONS": "LIBRARY_VERSION=\\\"6.1.2\\\" LIBRARY_NAME=\\\"flutter-fire-auth\\\"",
    "DEFINES_MODULE": "YES"
  }
}
