blob: 91aea595bcfde83d70d94f95801fb203b3899e85 [file] [log] [blame]
{
"name": "GraphQLicious",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/GraphQlicious.h"
]
}