[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / 4 / c / b / RxPagingKit / 0.1.0 / RxPagingKit.podspec.json
blobb147b135ca600e52a232600a342ce10b6a9f7d37
2   "name": "RxPagingKit",
3   "version": "0.1.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": "0.1.0"
14   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source_files": "RxPagingKit/*.{swift,h}",
19   "dependencies": {
20     "RxSwift": [
21       "~> 4.4.0"
22     ],
23     "RxCocoa": [
24       "~> 4.4.0"
25     ],
26     "PagingKit": [
27       "~> 1.9.0"
28     ]
29   }