2 "name": "PLFetchedObjectsController",
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.",
9 "Hirad Motamed": "hirad@pendarlabs.com"
11 "social_media_url": "http://twitter.com/theHirad",
17 "git": "https://github.com/PendarLabs/PLFetchedObjectsController.git",
21 "PLFetchedObjectsController",
22 "PLFetchedObjectsController/**/*.{h,m}"