blob: e1e30a2fff419af50fa01d69aa2ef48155bde254 [file] [log] [blame]
{
"name": "DataSnapshotDecoder",
"version": "1.0",
"license": "MIT",
"summary": "Use Swift's Decodable with Firebase Realtime Database",
"homepage": "https://github.com/MindSea/DataSnapshotDecoder",
"authors": {
"MindSea Development Inc.": "hello@mindsea.com"
},
"source": {
"git": "https://github.com/MindSea/DataSnapshotDecoder.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"swift_version": "4.0",
"dependencies": {
"FirebaseDatabase": [
"~> 4.0"
]
},
"source_files": "DataSnapshotDecoder.swift"
}