blob: adaf48191674e30456740f1e58c6396d9736436f [file] [log] [blame]
{
"name": "MZRelationalCollectionController",
"version": "1.2.1",
"summary": "Controller to expose KVO on a collection relation and its objects",
"description": "MZRelationalCollectionController manages KVO on a named relation of an object,\nproviding delegate notification on various changes to the content of the\nrelation, as well as on changes to specified attributes of the objects in the\nrelation collection. Very loosely inspired by NSArrayController and\nNSFetchedResultsController",
"homepage": "https://github.com/moshozen/MZRelationalCollectionController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"social_media_url": "http://twitter.com/mattrudel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/moshozen/MZRelationalCollectionController.git",
"tag": "1.2.1"
},
"source_files": "Pod/Classes/**/*"
}