[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 2 / d / RxPagination / 0.0.3 / RxPagination.podspec.json
blob46c01a4e7878929acd1e6d440749409a25e71056
2   "name": "RxPagination",
3   "version": "0.0.3",
4   "summary": "Handle paginated APIs easily, based on RxSwift Action",
5   "description": "Handle paginated APIs easily, based on RxSwift Action. Including 3 pagination styles.",
6   "homepage": "https://github.com/khoi-truong/RxPagination",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Khoi Truong": "khoi.truongminh@gmail.com"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/khoi-truong/RxPagination.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.0"
27     ],
28     "RxCocoa": [
29       "~> 6.0"
30     ],
31     "RxSwiftExt": [
32       "~> 6.0"
33     ],
34     "RxOptional": [
35       "~> 5.0"
36     ],
37     "Action": [
38       "~> 5.0"
39     ]
40   },
41   "swift_version": "5.0"