2 "name": "RBQFetchedResultsController",
4 "summary": "Drop-in replacement for NSFetchedResultsController backed by RealmDB.",
5 "description": " The RBQFetchedResultsController (FRC) is a replacement for NSFetchedResultsController when used in conjunction with RBQRealmNotificationManager and RBQRealmChangeLogger. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of a RLMObject subclass.\n\n RBQFetchedResultsController supports tableview sections and implements a drop-in replacement delegate to pass the changes to the tableview for section and row animations.\n",
6 "homepage": "http://github.com/Roobiq/RBQFetchedResultsController",
12 "Roobiq": "support@roobiq.com"
14 "social_media_url": "http://twitter.com/Roobiq",
19 "git": "https://github.com/Roobiq/RBQFetchedResultsController.git",
23 "source_files": "RBQFetchedResultsController/**/*.{h,m}",