blob: 77b250099376c8b8f3957d5def1b5c9d775629bb [file] [log] [blame]
{
"name": "RxPager",
"version": "0.3.0",
"summary": "A simple Pager class fo Rx.",
"homepage": "https://github.com/pgherveou/RxPager",
"license": "MIT",
"authors": {
"Pierre-Guillaume Herveou": "pgherveou@gmail.com"
},
"source": {
"git": "https://github.com/pgherveou/RxPager.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/pgherveou",
"platforms": {
"ios": "8.0"
},
"source_files": "RxPager/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.5.0"
]
}
}