blob: d34cf6c836b56a53fbb93aac5400e849b059aca7 [file] [log] [blame]
{
"name": "StackableTableView",
"version": "1.0.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": "1.0.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"
}