blob: fff60737abdfdddb6c7d1d46b29b4a5240d738f3 [file] [log] [blame]
{
"name": "GraphQLicious",
"version": "0.8.2",
"summary": "A swift component with a DSL to declare GraphQL queries and to get string representations out of them",
"description": "GraphQLicious is a leightweight framework for conveniently creating queries that can be read and interpreted by GraphQL.",
"homepage": "https://github.com/WeltN24/GraphQLicious",
"license": "MIT",
"authors": {
"Felix Dietz": "felix.dietz@weltn24.de"
},
"source": {
"git": "https://github.com/WeltN24/GraphQLicious.git",
"tag": "0.8.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/GraphQlicious.h"
],
"pushed_with_swift_version": "3.0"
}