blob: 42be0f174d809864e33ff9024f526e3a9fa4b8aa [file] [log] [blame]
{
"name": "PaginationManager",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*"
}