{
  "name": "firebase_analytics",
  "version": "11.4.5",
  "summary": "Flutter plugin for Google Analytics for Firebase, an app measurement solution that provides insight on app usage and user engagement on Android and iOS.",
  "description": "Flutter plugin for Google Analytics for Firebase, an app measurement solution that provides insight on app usage and user engagement on Android and iOS.",
  "homepage": "https://firebase.google.com/docs/analytics",
  "license": {
    "file": "../LICENSE"
  },
  "authors": "The Chromium Authors",
  "source": {
    "path": "."
  },
  "source_files": "firebase_analytics/Sources/firebase_analytics/**/*.{h,m}",
  "public_header_files": "firebase_analytics/Sources/firebase_analytics/include/*.h",
  "platforms": {
    "ios": "13.0"
  },
  "dependencies": {
    "Flutter": [],
    "firebase_core": [],
    "Firebase/Analytics": [
      "11.10.0"
    ]
  },
  "static_framework": true,
  "pod_target_xcconfig": {
    "GCC_PREPROCESSOR_DEFINITIONS": "LIBRARY_VERSION=\\\"11.4.5\\\" LIBRARY_NAME=\\\"flutter-fire-analytics\\\"",
    "DEFINES_MODULE": "YES"
  }
}
