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