blob: 4331a781009899e5f79c5a38eac863129a7afb6f [file] [log] [blame]
{
"name": "TableviewPaginator",
"version": "0.3.3",
"summary": "Paginating UITableview, Made easy.",
"description": "This pod help to paginate a UITableView. It provide a class named TableviewPaginator, which maintain all the nitty gritty offset calculation and maintain the showing the load more cell. All you need to implement some delegate and call some of method to let the class know all the state of the tableview. Few drop in solution exists but they all lack the feature is like providing custom load more cell, besides they work with UITableViewController or UITableView. None of them are generic solution. Thats why this pod comes in handy.",
"homepage": "https://github.com/ratulSharker/TableviewPaginator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ratul sharker": "sharker.ratul.08@gmail.com"
},
"source": {
"git": "https://github.com/ratulSharker/TableviewPaginator.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TableviewPaginator/Classes/**/*",
"swift_version": "4.2",
"frameworks": "UIKit"
}