| { |
| "name": "PLFetchedObjectsController", |
| "version": "1.1.0", |
| "summary": "A controller for observing changes to managed objects - like an NSFetchedResultsController but with less magic.", |
| "homepage": "http://github.com/PendarLabs/PLFetchedObjectsController", |
| "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.", |
| "license": "MIT", |
| "authors": { |
| "Hirad Motamed": "hirad@pendarlabs.com" |
| }, |
| "social_media_url": "http://twitter.com/theHirad", |
| "platforms": { |
| "ios": "7.1", |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/PendarLabs/PLFetchedObjectsController.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": [ |
| "PLFetchedObjectsController", |
| "PLFetchedObjectsController/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |