blob: c529300624872bc5a76e8a39283984f8a27e763c [file] [log] [blame]
{
"name": "ABDataSourceController",
"version": "1.1.0",
"summary": "Simple to use approach to clean your UITableView data source & delegate code from your UIViewController and share it between controllers.",
"homepage": "https://github.com/alexbumbu/ABDataSourceController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Bumbu": "https://github.com/alexbumbu"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/alexbumbu/ABDataSourceController.git",
"tag": "1.1.0"
},
"source_files": "ABDataSourceController/**/*.{h,m}",
"requires_arc": true
}