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