blob: 322718de29e5824096b3b78f33b21b08ae15b83d [file] [log] [blame]
{
"name": "RxApollo",
"version": "0.6.0",
"summary": "RxSwift extensions for Apollo.",
"description": "This is an Rx extension that provides an easy and straight-forward way\nto use Apollo requests (fetch, watch, mutate) as an Observable",
"homepage": "https://github.com/scottrhoyt/RxApollo",
"license": "MIT",
"authors": {
"Scott Hoyt": "scottrhoyt@gmail.com"
},
"source": {
"git": "https://github.com/scottrhoyt/RxApollo.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxApollo/*.swift",
"dependencies": {
"Apollo": [
"~> 0.7.0"
],
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}