blob: 966a1d848bae6c8bb7d004fd22da4696991fc96e [file] [log] [blame]
{
"name": "QuickTableView",
"version": "1.0.2",
"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": "1.0.2"
},
"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": [
]
}
}