blob: d0ef089f8702e9bd204b4a90197ef8672bd0df6e [file] [log] [blame]
{
"name": "QRxApolloClient",
"version": "0.0.9",
"summary": "RxSwift extensions for Apollo Client.",
"homepage": "https://github.com/QusionDev/ios-q-rx-apollo-client/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomas Holicky": "holickytomas@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0"
],
"source": {
"git": "https://github.com/QusionDev/ios-q-rx-apollo-client.git",
"tag": "0.0.9"
},
"source_files": [
"QRxApolloClient",
"QRxApolloClient/**/*.swift"
],
"dependencies": {
"RxSwift": [
">= 5.0.0"
],
"Apollo": [
"~> 0.19.0"
]
},
"swift_version": "5.0"
}