blob: ce705b60cb55284728c51a2ed6b859937c1b0735 [file] [log] [blame]
{
"name": "SwiftyGraphQL",
"version": "2.1.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.1.0"
},
"source_files": "Sources/SwiftyGraphQL/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.3"
}