blob: d8e9ecca0e5fa4cb3847f9b94239c2441be28e96 [file] [log] [blame]
{
"name": "GMCoreDataMultipleSectionsTableVC",
"version": "0.1.2",
"summary": "UITableViewController subclass backed by multiple NSFetchedResultsControllers",
"description": "\tUITableViewControllers are backed most of the time with only one NSFetchedResultsController. This subclass allows you to have multiple NSFetchedResultsControllers, each under a section with a custom title.\n",
"homepage": "https://github.com/imton/GMCoreDataMultipleSectionsTableVC/",
"license": "MIT",
"authors": {
"Gaston Morixe": "gaston@black.uy"
},
"source": {
"git": "https://github.com/imton/GMCoreDataMultipleSectionsTableVC.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/imton",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"source_files": "*.{h,m}",
"public_header_files": "*.h"
}