blob: d78d3a71c423d69a3a6b0dd0c99080b0dcad09d7 [file] [log] [blame]
{
"name": "QuickTableView",
"version": "2.4.0",
"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.4.0"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Extensions/**/*",
"Pod/Protocols/**/*"
],
"frameworks": "UIKit",
"ios": {
"dependencies": {
"KeyboardAdjuster": [
"~> 1.4"
]
}
},
"pushed_with_swift_version": "3.0"
}