[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / 6 / c / MZObjectController / 0.0.1 / MZObjectController.podspec.json
bloba0dbb429b56569a47a590566f60b060927b25fbe
2   "name": "MZObjectController",
3   "version": "0.0.1",
4   "summary": "Controller to expose KVO on a content object via a delegate",
5   "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",
6   "homepage": "https://github.com/moshozen/MZObjectController",
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/MZObjectController.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]