blob: 096d2d13956eaa5f40d96e88014abf64e8dc0592 [file] [log] [blame]
{
"name": "QRxApolloClient",
"version": "0.0.13",
"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.13"
},
"source_files": [
"QRxApolloClient",
"QRxApolloClient/**/*.swift"
],
"dependencies": {
"RxSwift": [
">= 5.0.0"
],
"Apollo": [
"~> 0.19.0"
],
"ReachabilitySwift": [
"~> 5.0"
]
},
"swift_version": "5.0"
}