blob: 25a94a90f838d693c01dc8c1bf97ba99f73adfd8 [file] [log] [blame]
{
"name": "PaginationManager",
"version": "1.0.0",
"summary": "PaginationManager makes it super easy to add pagination to any scrollView.",
"description": "PaginationManager makes it super easy to add pagination to any scrollView. It observes the current scroll offset and informs the receiver when the offset surpasses a given threshold.",
"homepage": "https://github.com/TaimurAyaz/PaginationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TaimurAyaz": ""
},
"source": {
"git": "https://github.com/TaimurAyaz/PaginationManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*"
}