blob: aae2b2e961bdbb7b79f1e443fac3d3eec1bb3aa5 [file] [log] [blame]
{
"name": "RxPagingKit",
"version": "0.6.0",
"summary": "Reactive Extension for PagingKit",
"description": "You can implement the binding with Reactive Programming instead of Delegate pattern.",
"homepage": "https://github.com/kazuhiro4949/RxPagingKit",
"license": "MIT",
"authors": {
"Kazuhiro Hayashi": "k.hayashi.info@gmail.com"
},
"source": {
"git": "https://github.com/kazuhiro4949/RxPagingKit.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxPagingKit/*.{swift,h}",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"PagingKit": [
"~> 1"
]
}
}