blob: 03db59d7df7d5f141eca6a9462ecf152503a91f9 [file] [log] [blame]
{
"name": "QuickTableView",
"version": "2.6.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": "2.6.2"
},
"social_media_url": "https://twitter.com/lionheartsw",
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Extensions/**/*",
"Pod/Protocols/**/*"
],
"frameworks": "UIKit",
"ios": {
"dependencies": {
"KeyboardAdjuster": [
"~> 3"
]
}
}
}