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