[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / a / ListPaginator / 1.0.2 / ListPaginator.podspec.json
blobda16edf209f180afaf44a31a3666ed49f727fd08
2   "name": "ListPaginator",
3   "version": "1.0.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "David Fox": ""
14   },
15   "source": {
16     "git": "https://github.com/davefoxy/ListPaginator.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://twitter.com/wowitzdave",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_version": "5.0"