blob: 06d9043820e2689ea4c2d20f2e920cf4d77c574a [file] [log] [blame]
{
"name": "FireSnapshot",
"version": "0.6.2",
"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.2"
},
"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"
}