[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / a / 2 / LiveGQL / 1.1.2 / LiveGQL.podspec.json
bloba588e37ed98f31bc32514566168aa9f2ecd45a77
2   "name": "LiveGQL",
3   "version": "1.1.2",
4   "summary": "Implementation of GraphQL Subscription Websocket in Swift",
5   "description": "Simple implementation in Swift of the PROTOCOL to communicate with a GraphQL Apollo WS server.",
6   "homepage": "https://github.com/florianmari/LiveGQL",
7   "license": "MIT",
8   "authors": {
9     "Florian Mari": "florian.mari@epitech.eu"
10   },
11   "source": {
12     "git": "https://github.com/florianmari/LiveGQL.git",
13     "tag": "1.1.2"
14   },
15   "source_files": "Source/Classes/**/*",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "exclude_files": "Classes/Exclude",
21   "dependencies": {
22     "Starscream": [
23       "~> 2.0.3"
24     ]
25   },
26   "pushed_with_swift_version": "3.0"