blob: 13b189b6903fa7b3eebdccafc08529d068b5e221 [file] [log] [blame]
{
"name": "APLArrayDataSource",
"version": "0.0.3",
"summary": "UITableViewDataSource for NSArray",
"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",
"homepage": "http://www.objc.io/issue-1/lighter-view-controllers.html",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Chris Eidhof",
"Michael Kamphausen"
],
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/APLArrayDataSource.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}