blob: f648e122f155e92664c68a9662c63e55f0005a62 [file] [log] [blame]
{
"name": "FireSnapshot",
"version": "0.6.1",
"summary": "Firebase Cloud Firestore Model Framework using Codable.",
"homepage": "https://github.com/sgr-ksmt/FireSnapshot",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/FireSnapshot.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "FireSnapshot/Sources/**/*.swift",
"static_framework": true,
"swift_versions": "5.1",
"dependencies": {
"Firebase/Firestore": [
"~> 6.9"
]
},
"swift_version": "5.1"
}