blob: 226bb0c3721e16c4b7b4425959f89c1d09e9f77e [file] [log] [blame]
{
"name": "GraphQLicious",
"version": "0.5",
"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.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/GraphQlicious.h"
]
}