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