[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / 5 / MZRelationalCollectionController / 0.0.1 / MZRelationalCollectionController.podspec.json
blob2f2d89b4c571e82f0c5e48dba58c1b6d4acd4e82
2   "name": "MZRelationalCollectionController",
3   "version": "0.0.1",
4   "summary": "Controller to expose KVO on a collection relation and its objects",
5   "description": "                    MZRelationalCollectionController manages KVO on a named relation of an object,\n                    providing delegate notification on various changes to the content of the\n                    relation, as well as on changes to specified attributes of the objects in the\n                    relation collection. Very loosely inspired by NSArrayController and\n                    NSFetchedResultsController\n",
6   "homepage": "https://github.com/moshozen/MZRelationalCollectionController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mat Trudel": "mat@geeky.net"
13   },
14   "social_media_url": "http://twitter.com/mattrudel",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/moshozen/MZRelationalCollectionController.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]