blob: e8cf71ae18bd8b88b49195aa132215e230b55e7d [file] [log] [blame]
{
"name": "FireSnapshot",
"version": "0.5.0",
"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.5.0"
},
"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"
}