blob: 464f7dd3c02ea4fce5e89568c43e83922a281ea1 [file] [log] [blame]
{
"name": "StickyFooterTableView",
"version": "0.1.0",
"summary": "The footer of the StickyFooterTableView is stuck to the bottom of the table view",
"description": "StickyFooterTableView provide a pretty simple way to add a table view with the bottom sticky footer to your app.\nThe footer of the StickyFooterTableView is stuck to the bottom of the table view when contents view height is smaller then the table view height.",
"homepage": "https://github.com/mgolubev/StickyFooterTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Golubev": "golubev.michael@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/mgolubev/StickyFooterTableView.git",
"tag": "0.1.0"
},
"source_files": "StickyFooterTableView/**/*.{swift}",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}