blob: c85f98fa25dbbb5c1720390635863d1b5f75c12e [file] [log] [blame]
{
"name": "MKFirebaseObjectMapping",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MKFirebaseObjectMapping/Classes/**/*",
"dependencies": {
"Firebase": [
"~> 2.5.1"
]
}
}