[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 4 / 5 / MZRelationalCollectionController / 1.2.2 / MZRelationalCollectionController.podspec.json
bloba87280494b918be5ac7a4fed59331dba171c79fb
2   "name": "MZRelationalCollectionController",
3   "version": "1.2.2",
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,\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",
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": "8.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/moshozen/MZRelationalCollectionController.git",
21     "tag": "1.2.2"
22   },
23   "source_files": "Pod/Classes/**/*"