blob: a0dbb429b56569a47a590566f60b060927b25fbe [file] [log] [blame]
{
"name": "MZObjectController",
"version": "0.0.1",
"summary": "Controller to expose KVO on a content object via a delegate",
"description": " MZObjectController manages KVO on a content object, providing\n delegate notification on various changes to the attributes of\n the content object. Very loosely inspired by NSObjectController \n and NSFetchedResultsController\n",
"homepage": "https://github.com/moshozen/MZObjectController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"social_media_url": "http://twitter.com/mattrudel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moshozen/MZObjectController.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}