[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / 0 / GraphQL-Swift / 1.0.6 / GraphQL-Swift.podspec.json
blob31fc7c2eda83f4ef6b2ca6e53928a0e75589e1ba
2   "name": "GraphQL-Swift",
3   "version": "1.0.6",
4   "summary": "Make basic GraphQL requests using `URLSession`",
5   "description": "Written in Swift 5 this library allows you to define an `GQLAPIConnection` and pass `GQLRequests` into a POST HTTP request.\n\nSimple and lightweight. Protocol oriented with generics <T> so you can deal with the returned JSON yourself.",
6   "homepage": "https://github.com/labs-nomad/GraphQL-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shared@nomad-go.com": "nomad@shared-go.com"
13   },
14   "source": {
15     "git": "https://github.com/labs-nomad/GraphQL-Swift.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "**/*.{h,m,swift}",
22   "swift_version": "5"