blob: 94116b11c7ed8228c59da502bb4b170d534e6152 [file] [log] [blame]
{
"name": "StackableTableView",
"version": "0.1.0",
"summary": "UITableView with stacked views for header and footer",
"description": "StackableTableView utilizes UITableView's tableHeaderView, tableFooterView, and UIStackView\nto set an array of views for headers and footers.",
"homepage": "https://github.com/omaralbeik/StackableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Omar Albeik": "https://omaralbeik.com"
},
"source": {
"git": "https://github.com/omaralbeik/StackableTableView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/omaralbeik",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"swift_version": "5.1"
}