blob: a6208d499e12025f1d6f5e613b52c69b3791920d [file] [log] [blame]
{
"name": "ACContentSizeTableView",
"version": "0.0.1",
"summary": "A UITableView subclass which renders the full height of its content.",
"description": "A UITableView subclass which renders the full height of its content. This class is intended to be subclassed.",
"homepage": "https://github.com/christianampe/content-size-table-view-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Ampe": "christianampe.work@gmail.com"
},
"source": {
"git": "https://github.com/christianampe/content-size-table-view-ios.git",
"tag": "0.0.1"
},
"swift_versions": "5",
"platforms": {
"ios": "12.0"
},
"source_files": "ACContentSizeTableView/Classes/**/*",
"swift_version": "5"
}