blob: e6389d82a5d87d27d59e47301f973f701cd4b1a9 [file] [log] [blame]
{
"name": "GraphQL-Swift",
"version": "1.0.20",
"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.20"
},
"platforms": {
"ios": "11.0"
},
"source_files": "GraphQL-Swift/**/*.{h,m,swift}",
"swift_version": "5"
}