blob: ed2f34e1aea3801aa530480a51a14e12c167b80a [file] [log] [blame]
{
"name": "UITableView+NSFetchedResultsController",
"version": "1.0",
"summary": "NSFRC category for UITV that avoids lots of pitfalls of the usual sample code.",
"homepage": "https://github.com/radianttap/UITableView-NSFetchedResultsController",
"license": "MIT",
"authors": {
"Aleksandar Vacić": "radianttap.com"
},
"source": {
"git": "https://github.com/radianttap/UITableView-NSFetchedResultsController.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "UITableView+NSFetchedResultsController.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}