[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 2 / a / DBDataSource / 0.1.0 / DBDataSource.podspec.json
blob6fb5e098c44c9f4a8a39acb10eef7715e4f25078
2   "name": "DBDataSource",
3   "version": "0.1.0",
4   "summary": "Use the CellConfigureBlock to populate the contents of your cell and initialise the datasource with an array.",
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.0"
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"