blob: 42c561018c075df35d0acef49e2935497906027b [file] [log] [blame]
{
"name": "HBSFetchedTableController",
"version": "1.0.0",
"summary": "A layer between UITableView and NSFetchedResultsController.",
"description": "Layer between CoreData's NSFetchedResultsController and UITableView. Incapsulates all boilerplate code, and let you split your code by logic - configuration factories and behaviour delegates.",
"homepage": "https://github.com/RealBonus/HBSFetchedTableController",
"license": "MIT",
"authors": {
"Pavel Anokhov": "p.anokhov@gmail.com"
},
"social_media_url": "https://www.instagram.com/pavel_anokhov/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"CoreData",
"UIKit"
],
"source": {
"git": "https://github.com/RealBonus/HBSFetchedTableController.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/**/*"
}