blob: 1071bf67d118c1c74b64afdca606708156418aa3 [file] [log] [blame]
{
"name": "SwiftyGraphQL",
"version": "2.0.0",
"summary": "Typesafe(er) helpers for creating graphql queries & mutations",
"description": "This small library helps to create typesafe(er) mutations & queries for use with graphql.\nThese objects can then be `codable`'d and used in `URLSession`",
"homepage": "https://github.com/hiimtmac/SwiftyGraphQL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "hiimtmac",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.3",
"source": {
"git": "https://github.com/hiimtmac/SwiftyGraphQL.git",
"tag": "2.0.0"
},
"source_files": "Sources/SwiftyGraphQL/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.3"
}