blob: 6fb5e098c44c9f4a8a39acb10eef7715e4f25078 [file] [log] [blame]
{
"name": "DBDataSource",
"version": "0.1.0",
"summary": "Use the CellConfigureBlock to populate the contents of your cell and initialise the datasource with an array.",
"description": "DBDataSource is an easy to use datasource conforming to both UITableView and UICollectionView that can be dropped in to a project to allow quick population of tableviews and collectionviews. Use the CellConfigureBlock to populate the contents of your cell and initialise the datasource with an array.\n",
"homepage": "https://github.com/danielbowden/DBDataSource",
"license": "MIT",
"authors": {
"Daniel Bowden": "github@bowden.in"
},
"source": {
"git": "https://github.com/danielbowden/DBDataSource.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/danielgbowden",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}