blob: d6b179c78ac130226afd060d81fe999b5a40ac40 [file] [log] [blame]
{
"name": "SwiftTableSpaces",
"version": "0.1.3",
"summary": "A modular approach to UITableViews.",
"swift_version": "4",
"description": "A modular approach to UITableViews. This framework wraps the UITableViewDataSource and UITableViewDelegate protocols and splits their functionality into smaller logically related protocols. This promotes more readable code and aims to aid in modularizing the sections of a UITableView, instead of handling all sections in one place. Splitting each section of a tableview into TableSpaces allows you to keep all of the functionality for a specific section separate from the other sections. TableSpaces can easily be tested and can be reused, subclassed or extended.",
"homepage": "https://github.com/aj-bartocci/SwiftTableSpaces",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AJ Bartocci": "bartocci.aj@gmail.com"
},
"source": {
"git": "https://github.com/aj-bartocci/SwiftTableSpaces.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftTableSpaces/Classes/**/*"
}