[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / c / d / PLFetchedObjectsController / 1.1.0 / PLFetchedObjectsController.podspec.json
blobc5459e74aa64eca18763e926bd7ab4be767e11d2
2   "name": "PLFetchedObjectsController",
3   "version": "1.1.0",
4   "summary": "A controller for observing changes to managed objects - like an NSFetchedResultsController but with less magic.",
5   "homepage": "http://github.com/PendarLabs/PLFetchedObjectsController",
6   "description": "A class similar to NSFetchedResultsController that is closer to the\nmetal and not tied to table views. Given a managed object context and\na fetch request, it will monitor additions, changes, or deletions to\nobjects in context that match that predicate, and it will notifiy its\n delegate.",
7   "license": "MIT",
8   "authors": {
9     "Hirad Motamed": "hirad@pendarlabs.com"
10   },
11   "social_media_url": "http://twitter.com/theHirad",
12   "platforms": {
13     "ios": "7.1",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/PendarLabs/PLFetchedObjectsController.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "PLFetchedObjectsController",
22     "PLFetchedObjectsController/**/*.{h,m}"
23   ],
24   "requires_arc": true