blob: 3006e876f0d25c61915c786b043d4b7f89509f0f [file] [log] [blame]
{
"name": "PaginatedTableView",
"version": "1.0.1",
"summary": "Assign this class to your UITableView and it will be equipped with pull to refresh as well as infinite scroll",
"description": "Assign this class to your UITableView and it will be equipped with pull to refresh as well as infinite scroll along with a callback where you don't have to worry about page number/size stuff. Thats why libraries exist :)",
"homepage": "https://github.com/salmaanahmed/PaginatedTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Salmaan Ahmed": "salmaan.ahmed@hotmail.com"
},
"source": {
"git": "https://github.com/salmaanahmed/PaginatedTableView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PaginatedTableView/Classes/*.swift",
"frameworks": "UIKit"
}