blob: f04c6a36c939d1afd50db51f19dc3be0aa879bbd [file] [log] [blame]
{
"name": "RxApolloClient",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxApolloClient/Classes/**/*",
"dependencies": {
"RxSwift": [
">= 5.0"
],
"Apollo": [
">= 0.10.1"
]
}
}