[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / a / DBDataSource / 0.1.1 / DBDataSource.podspec.json
blob3e650a91c07a6daa6782ec9ae598faa60511d307
2   "name": "DBDataSource",
3   "version": "0.1.1",
4   "summary": "DBDataSource is an easy to use datasource conforming to both UITableView and UICollectionView.",
5   "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",
6   "homepage": "https://github.com/danielbowden/DBDataSource",
7   "license": "MIT",
8   "authors": {
9     "Daniel Bowden": "github@bowden.in"
10   },
11   "source": {
12     "git": "https://github.com/danielbowden/DBDataSource.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/danielgbowden",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "public_header_files": "Classes/**/*.h"