blob: 0684583c871cf4bc3710591db3d347b009e80546 [file] [log] [blame]
{
"name": "TablePaginator",
"version": "1.0.0",
"summary": "A library for adding pagination ability to UITableView",
"description": "A library for adding pagination ability to UITableView.",
"homepage": "https://github.com/elano50/TablePaginator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kisel": "kipanca7@gmail.com"
},
"source": {
"git": "https://github.com/elano50/TablePaginator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "TablePaginator/Classes/**/*",
"dependencies": {
"MulticastDelegateKit": [
"~> 1.0.0"
]
}
}