blob: 5d0a04a7dfed0fb3b537a03b67845bdd5ee2f6bc [file] [log] [blame]
{
"name": "PaginatedTableView",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PaginatedTableView/Classes/*.swift",
"frameworks": "UIKit"
}