blob: 3e650a91c07a6daa6782ec9ae598faa60511d307 [file] [log] [blame]
{
"name": "DBDataSource",
"version": "0.1.1",
"summary": "DBDataSource is an easy to use datasource conforming to both UITableView and UICollectionView.",
"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.1"
},
"social_media_url": "https://twitter.com/danielgbowden",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}