blob: 3b21af7cca1d1943751fe829a20293b0d5700721 [file] [log] [blame]
{
"name": "MVStaticSectionKit",
"version": "0.1.0",
"summary": "Utilize the builder pattern to remove boilerplate UITableViewDataSource code.",
"description": "Supports one NSFetchedResultsController per section, and also mixing static and dynamic sections. UICollectionViewDataSource support\ncoming.",
"homepage": "https://github.com/mvoong/MVStaticSectionKit",
"license": "MIT",
"authors": {
"Michael Voong": "michael@voo.ng"
},
"source": {
"git": "https://github.com/mvoong/MVStaticSectionKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}