blob: 553dea0b400a26514f25f7c368977e19d00da934 [file] [log] [blame]
{
"name": "QuickTableView",
"version": "0.1.2",
"summary": "Helper classes and utilities to speed up tableview creation.",
"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.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": [
]
}
}