blob: a6a9b31e731cefd557a3fa8a8d3bdd0212e5c8ef [file] [log] [blame]
{
"name": "RxApolloClient",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxApolloClient/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Apollo": [
"~> 0.9.4"
]
}
}