[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 0 / GraphQL-Swift / 1.0.30 / GraphQL-Swift.podspec.json
blobb0eb09e2817a060f5455862b09013c5b721c76cf
2   "name": "GraphQL-Swift",
3   "version": "1.0.30",
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.30"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "GraphQL-Swift/**/*.{h,m,swift}",
22   "swift_version": "5"