blob: 1600ca14eb8f25c95b60d4ffebab663c072e6409 [file] [log] [blame]
{
"name": "LiveGQL",
"version": "0.0.2",
"summary": "Implementation of GraphQL Subscription Websocket in Swift",
"description": "Simple implementation in Swift of the PROTOCOL to communicate with a GraphQL Apollo WS server.",
"homepage": "https://github.com/florianmari/LiveGQL",
"license": "MIT",
"authors": {
"Florian Mari": "florian.mari@epitech.eu"
},
"source": {
"git": "https://github.com/florianmari/LiveGQL.git",
"tag": "0.0.2"
},
"source_files": "Source/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"Starscream": [
"~> 2.0.3"
],
"JSONCodable": [
"~> 3.0.1"
]
},
"pushed_with_swift_version": "3.0"
}