blob: 7af9c02bc3ea531888f4d3a9fab494c109041c25 [file] [log] [blame]
{
"name": "ApolloAlamofire",
"version": "0.6.0",
"summary": "Alamofire transport for Apollo iOS GraphQL library",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"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.6.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ApolloAlamofire/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.9.1"
],
"Apollo": [
"~> 0.19.0"
]
},
"swift_version": "5.1"
}