[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 5 / b / 7 / GraphQLicious / 0.4 / GraphQLicious.podspec.json
blob91aea595bcfde83d70d94f95801fb203b3899e85
2   "name": "GraphQLicious",
3   "version": "0.4",
4   "summary": "A swift component with a DSL to declare GraphQL queries and to get string representations out of them",
5   "description": "GraphQLicious is a leightweight framework for conveniently creating queries that can be read and interpreted by GraphQL.",
6   "homepage": "https://github.com/WeltN24/GraphQLicious",
7   "license": "MIT",
8   "authors": {
9     "Felix Dietz": "felix.dietz@weltn24.de"
10   },
11   "source": {
12     "git": "https://github.com/WeltN24/GraphQLicious.git",
13     "tag": "0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Sources/**/*.swift",
21     "Sources/GraphQlicious.h"
22   ]