blob: 53a41cf8fb0dfdc2645503531006e7ec20466f96 [file] [log] [blame]
{
"name": "GMCoreDataMultipleSectionsTableVC",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/imton",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"source_files": "*.{h,m}",
"public_header_files": "*.h"
}