blob: 8ed4159e329f4a3a4c0c9ccc6f6781702931c56e [file] [log] [blame]
{
"name": "MKFirebaseObjectMapping",
"version": "0.2.0",
"summary": "Mutable and Immutable Object Mapping for Firebase",
"description": "Objects can implement MKFirebaseObject or MKImmutableFirebaseObject. Note that those objects will intentionally *not*\nauto-update (for now. maybe in the future). Also note that his library is currently still based on the 2.x Firebase SDK.",
"homepage": "https://github.com/mikumi/MKFirebaseObjectMapping.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kuck": "me@michael-kuck.com"
},
"source": {
"git": "https://github.com/mikumi/MKFirebaseObjectMapping.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MKFirebaseObjectMapping/Classes/**/*",
"ios": {
"dependencies": {
"Firebase/Database": [
"~> 3.12.0"
]
}
}
}