blob: 602520b636062c6f3e59ecf0dcbcf8ce2121cab8 [file] [log] [blame]
{
"name": "RxApollo",
"version": "0.5.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.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxApollo/*.swift",
"dependencies": {
"Apollo": [
"~> 0.6.0"
],
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.1"
}