blob: 6dbb1c32a39fab09dbc2cc1e56b0423ba69afd50 [file] [log] [blame]
{
"name": "QuickTable",
"version": "0.1.0",
"summary": "A quicker way to build TableViews",
"description": "The goal is to provide a robust UITableView solution which provides a clean and easy to read format.\n\nSome TableView implementations, especially settings screens, can use a variety of cells and section ranging from dynamic\nto static. The goal is to offer a clean solution for quickly building these views while providing an easy to maintain\nsolution. Settings screens change during a product lifecycle, adding a row here or a section there should not be an\nextrodenary feat of if / else statements.",
"homepage": "https://github.com/kgellci/QuickTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kgellci": "kgellci@gmail.com"
},
"source": {
"git": "https://github.com/kgellci/QuickTable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QuickTable/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.1"
}