[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / LiveGQL / 0.0.2 / LiveGQL.podspec.json
blob1600ca14eb8f25c95b60d4ffebab663c072e6409
2   "name": "LiveGQL",
3   "version": "0.0.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": "0.0.2"
14   },
15   "source_files": "Source/Classes/**/*",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "Starscream": [
22       "~> 2.0.3"
23     ],
24     "JSONCodable": [
25       "~> 3.0.1"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"