2 "name": "APLArrayDataSource",
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",
20 "git": "https://github.com/apploft/APLArrayDataSource.git",
27 "exclude_files": "Classes/Exclude",