[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 6 / e / APLArrayDataSource / 0.0.4 / APLArrayDataSource.podspec.json
blobb64e5b8c69b099efa2324306d075a9cc1c672e10
2   "name": "APLArrayDataSource",
3   "version": "0.0.4",
4   "summary": "UITableViewDataSource for NSArray",
5   "description": "                   A UITableViewDataSource for data represented as NSArray being displayed in a UITableView.\n                   \n                   Concept and code is from this great objc.io article:\n                   http://www.objc.io/issue-1/lighter-view-controllers.html\n                   \n                   Additionally supports:\n                   * multiple cell identifiers\n                   * cell editing (deletion only)\n                   * sections, with nested NSArrays as data source (use subclass APLArrayWithSectionsDataSource)\n",
6   "homepage": "http://www.objc.io/issue-1/lighter-view-controllers.html",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Chris Eidhof",
13     "Michael Kamphausen",
14     "Tobias Conradi"
15   ],
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source": {
20     "git": "https://github.com/apploft/APLArrayDataSource.git",
21     "tag": "0.0.4"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true