| { |
| "name": "QRxApolloClient", |
| "version": "0.0.7", |
| "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.7" |
| }, |
| "source_files": [ |
| "QRxApolloClient", |
| "QRxApolloClient/**/*.swift" |
| ], |
| "dependencies": { |
| "RxSwift": [ |
| ">= 5.0.0" |
| ], |
| "Apollo": [ |
| "~> 0.19.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |