[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / 4 / c / b / RxPagingKit / 1.0.0 / RxPagingKit.podspec.json
blobde55d34441ef50a7368ef265fffd12c232879d2f
2   "name": "RxPagingKit",
3   "version": "1.0.0",
4   "summary": "Reactive Extension for PagingKit",
5   "description": "You can implement the binding with Reactive Programming instead of Delegate pattern.",
6   "homepage": "https://github.com/kazuhiro4949/RxPagingKit",
7   "license": "MIT",
8   "authors": {
9     "Kazuhiro Hayashi": "k.hayashi.info@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kazuhiro4949/RxPagingKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.1",
19   "source_files": "RxPagingKit/Classes/**/*",
20   "dependencies": {
21     "RxSwift": [
22       "~> 6"
23     ],
24     "RxCocoa": [
25       "~> 6"
26     ],
27     "PagingKit": [
28       "~> 1.18"
29     ]
30   },
31   "swift_version": "5.1"