blob: c88c09ad7e56772ed724d858f39b26db1a206cd0 [file] [log] [blame]
{
"name": "ApolloAlamofire",
"version": "0.3.0",
"summary": "Alamofire transport for Apollo iOS GraphQL library",
"swift_version": "4.1",
"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.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ApolloAlamofire/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4"
],
"Apollo": [
"~> 0.9"
]
}
}