2 "name": "ListPaginator",
4 "summary": "ListPaginator simplifies the fetching and state management for lists of data populated from a paginated endpoint.",
5 "description": "ListPaginator simplifies the fetching and state management for lists of data populated from a paginated endpoint.\n\nIts main aims are to maintain correct page offsets, fetch statuses and retain responses from paginated API endpoints.\n\nSupports integration via both Swift closures and Combine publishers.",
6 "homepage": "https://github.com/davefoxy/ListPaginator",
7 "swift_versions": "5.0",
16 "git": "https://github.com/davefoxy/ListPaginator.git",
19 "social_media_url": "https://twitter.com/wowitzdave",
23 "source_files": "Sources/**/*.swift",
24 "swift_version": "5.0"