blob: df9e93cd7734ef088e2e40692f6f2499787a8fff [file] [log] [blame]
{
"name": "RxApolloClient",
"version": "1.3.0",
"summary": "Rx wrapper of Apollo Client",
"description": "RxSwift extensions for Apollo Client",
"homepage": "https://github.com/OhKanghoon/RxApolloClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OhKanghoon": "ggaa96@naver.com"
},
"source": {
"git": "https://github.com/OhKanghoon/RxApolloClient.git",
"tag": "1.3.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"dependencies": {
"RxSwift": [
">= 5.0"
],
"Apollo": [
"~> 0.20.0"
]
},
"swift_version": "5.0"
}