blob: 5afe234410a0e69f291e3c8a8961e5fdf5c53361 [file] [log] [blame]
{
"name": "APLCollectionViewDataSource",
"version": "0.1.0",
"summary": "APLCollectionViewDataSource is an array based datasource for collection views.",
"description": " APLCollectionViewDataSource is a simple array based datasource for collection views.\n \n It implements all required UICollectionViewDataSource methods so that\n the view controller only needs to implement a method to configure the cells with an item.\n \n * Supports multiple cell identifiers.\n * Supports a single supplementary view).\n \n TODO:\n * Multiple sections.\n * Multiple supplementary views. \n",
"homepage": "https://github.com/apploft/APLCollectionViewDataSource",
"license": "MIT",
"authors": {
"Tobias Conradi": "tconradi@apploft.de"
},
"source": {
"git": "https://github.com/apploft/APLCollectionViewDataSource.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h"
}