4 "summary": "The library that helps to manage paginated sources",
5 "description": "This library performs operations that are common for loading lists of data divided into pages: preventing races of page loading, checking whether there's more data to load and so forth. It also provides classes that could handle page parameters calculations for the most basic cases.",
6 "homepage": "https://github.com/anton-filimonov/Paginator",
12 "Anton Filimonov": "anton.s.filimonov@gmail.com"
15 "git": "https://github.com/anton-filimonov/Paginator.git",
18 "social_media_url": "https://twitter.com/AntonFilimon",
25 "default_subspecs": "Core",
29 "source_files": "Paginator/Classes/*.{h,m}"
32 "name": "ParametersProviders",
33 "source_files": "Paginator/Classes/PagingParametersProviders/*.{h,m}",