[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 6 / e / APLArrayDataSource / 0.0.3 / APLArrayDataSource.podspec.json
blob13b189b6903fa7b3eebdccafc08529d068b5e221
2   "name": "APLArrayDataSource",
3   "version": "0.0.3",
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                   * 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   ],
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLArrayDataSource.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true