blob: e9ab4cedf8cbb0d27106dceb46118e08efa8f790 [file] [log] [blame]
{
"name": "ApolloAlamofire",
"version": "0.4.0",
"summary": "Alamofire transport for Apollo iOS GraphQL library",
"swift_version": "4.2",
"description": "This package bundles a `NetworkTransport` implementation that wraps Alamofire\nand solves known limitations of Apollo iOS library.",
"homepage": "https://github.com/maxdesiatov/ApolloAlamofire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Desiatov": "max.desiatov@gmail.com"
},
"source": {
"git": "https://github.com/maxdesiatov/ApolloAlamofire.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ApolloAlamofire/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4"
],
"Apollo": [
"~> 0.10"
]
}
}