blob: 4947fca80d69987bbae0abf8656d3295a087cac2 [file] [log] [blame]
{
"name": "QuickTableView",
"version": "2.6.1",
"summary": "Helper classes and utilities that help speed up tableview creation and management in Swift.",
"description": "QuickTableView provides two helper classes, SimpleTableViewController and BaseTableViewController, that drastically simplify table view creation in Swift.",
"homepage": "https://github.com/lionheart/QuickTableView",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/QuickTableView.git",
"tag": "2.6.1"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "10.3"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Extensions/**/*",
"Pod/Protocols/**/*"
],
"frameworks": "UIKit",
"ios": {
"dependencies": {
"KeyboardAdjuster": [
"~> 3"
]
}
}
}