{
  "name": "cloud_firestore",
  "version": "5.6.6",
  "summary": "Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.",
  "description": "Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.",
  "homepage": "https://firebase.google.com/docs/firestore",
  "license": {
    "file": "../LICENSE"
  },
  "authors": "The Chromium Authors",
  "source": {
    "path": "."
  },
  "source_files": "cloud_firestore/Sources/cloud_firestore/**/*.{h,m}",
  "public_header_files": "cloud_firestore/Sources/cloud_firestore/include/Public/**/*.h",
  "private_header_files": "cloud_firestore/Sources/cloud_firestore/include/Private/**/*.h",
  "platforms": {
    "ios": "13.0"
  },
  "dependencies": {
    "Flutter": [],
    "firebase_core": [],
    "Firebase/Firestore": [
      "11.10.0"
    ]
  },
  "static_framework": true,
  "pod_target_xcconfig": {
    "GCC_PREPROCESSOR_DEFINITIONS": "LIBRARY_VERSION=\\\"5.6.6\\\" LIBRARY_NAME=\\\"flutter-fire-fst\\\"",
    "DEFINES_MODULE": "YES"
  }
}
