blob: 83da87684e31a650289f4dd1ecf1a9695ab68677 [file] [log] [blame]
{
"name": "GraphQL-Swift",
"version": "1.0.9",
"summary": "Make basic GraphQL requests using `URLSession`",
"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.",
"homepage": "https://github.com/labs-nomad/GraphQL-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shared@nomad-go.com": "nomad@shared-go.com"
},
"source": {
"git": "https://github.com/labs-nomad/GraphQL-Swift.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "11.0"
},
"source_files": "**/*.{h,m,swift}",
"swift_version": "5"
}