blob: 23a6a46741a39023993d3f28eeba4b61ef2f1d84 [file] [log] [blame]
{
"name": "SwiftFetchedResultsController",
"version": "5.0.1",
"summary": "Swift drop-in replacement for NSFetchedResultsController backed by Realm",
"description": "The FetchedResultsController (FRC) is a Swift replacement for NSFetchedResultsController when used in conjunction with the ChangeLogger class. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of a Realm Swift Object subclass.\n\nFetchedResultsController supports tableview sections and implements a drop-in replacement delegate to pass the changes to the tableview for section and row animations.",
"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": "8.0"
},
"source": {
"git": "https://github.com/Roobiq/RBQFetchedResultsController.git",
"tag": "v5.0.1",
"submodules": true
},
"source_files": [
"RBQFetchedResultsController/Source/Swift/*.{h,swift}",
"RBQFetchedResultsController/Source/RBQSafeRealmObject/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"RealmSwift": [
">=2.1.1"
],
"RBQFetchedResultsController": [
">=5.0.1"
],
"SafeRealmObject": [
]
},
"pushed_with_swift_version": "3.0.1"
}