[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 9 / APLCollectionViewDataSource / 0.1.0 / APLCollectionViewDataSource.podspec.json
blob5afe234410a0e69f291e3c8a8961e5fdf5c53361
2   "name": "APLCollectionViewDataSource",
3   "version": "0.1.0",
4   "summary": "APLCollectionViewDataSource is an array based datasource for collection views.",
5   "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",
6   "homepage": "https://github.com/apploft/APLCollectionViewDataSource",
7   "license": "MIT",
8   "authors": {
9     "Tobias Conradi": "tconradi@apploft.de"
10   },
11   "source": {
12     "git": "https://github.com/apploft/APLCollectionViewDataSource.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "public_header_files": "Classes/**/*.h"