4 "summary": "A minimal GraphQL client library.",
8 "description": "Querl is a minimal GraphQL client library. It aims to be agnostic as to the architecture and technology choices of your app. It can be used with any networking stack, and makes no assumptions about how your models are defined. In addition, it is as Swift-y as possible: protocol-oriented, type-safe, and chock full of generics. It has no dependencies, and comprises less than 200 lines of easily auditable code.",
9 "homepage": "https://github.com/joinhandshake/Querl",
15 "Handshake": "open-source@joinhandshake.com"
18 "git": "https://github.com/joinhandshake/Querl.git",
21 "social_media_url": "https://mastodon.social/@foon",
25 "source_files": "Sources/Querl/Classes/**/*",
26 "frameworks": "Foundation",
27 "swift_version": "5.0"