blob: f01a7f5e5218edd766b1b64758d3529b03f80174 [file] [log] [blame]
{
"name": "RBQFetchedResultsController",
"version": "1.5.7",
"summary": "Drop-in replacement for NSFetchedResultsController backed by RealmDB.",
"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",
"homepage": "http://github.com/Roobiq/RBQFetchedResultsController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roobiq": "support@roobiq.com"
},
"social_media_url": "http://twitter.com/Roobiq",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Roobiq/RBQFetchedResultsController.git",
"tag": "v1.5.7",
"submodules": true
},
"source_files": "RBQFetchedResultsController/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
]
}
}