blob: c1833530c59e8b79aff0970512829481b885f9f9 [file] [log] [blame]
{
"name": "SwiftyGraphQL",
"version": "1.2.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.1",
"source": {
"git": "https://github.com/hiimtmac/SwiftyGraphQL.git",
"tag": "1.2.0"
},
"source_files": "Sources/SwiftyGraphQL/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.1"
}