blob: b5add21fa2d0a7cdd49312c6ab58abb8eff4b145 [file] [log] [blame]
{
"name": "LiveGQL",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "Source/Classes/**/*",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"SocketRocket": [
]
},
"pushed_with_swift_version": "3.0"
}