blob: b147b135ca600e52a232600a342ce10b6a9f7d37 [file] [log] [blame]
{
"name": "RxPagingKit",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "RxPagingKit/*.{swift,h}",
"dependencies": {
"RxSwift": [
"~> 4.4.0"
],
"RxCocoa": [
"~> 4.4.0"
],
"PagingKit": [
"~> 1.9.0"
]
}
}