blob: da16edf209f180afaf44a31a3666ed49f727fd08 [file] [log] [blame]
{
"name": "ListPaginator",
"version": "1.0.2",
"summary": "ListPaginator simplifies the fetching and state management for lists of data populated from a paginated endpoint.",
"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.",
"homepage": "https://github.com/davefoxy/ListPaginator",
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Fox": ""
},
"source": {
"git": "https://github.com/davefoxy/ListPaginator.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/wowitzdave",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0"
}