[Add] TapTapCoreSDK 4.5.1
[CocoaPods.git] / Specs / 4 / c / b / RxPagingKit / 0.6.0 / RxPagingKit.podspec.json
blobaae2b2e961bdbb7b79f1e443fac3d3eec1bb3aa5
2   "name": "RxPagingKit",
3   "version": "0.6.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.6.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "RxPagingKit/*.{swift,h}",
19   "dependencies": {
20     "RxSwift": [
21       "~> 5"
22     ],
23     "RxCocoa": [
24       "~> 5"
25     ],
26     "PagingKit": [
27       "~> 1"
28     ]
29   }