[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 7 / GraphQLicious / 0.5 / GraphQLicious.podspec.json
blob226bb0c3721e16c4b7b4425959f89c1d09e9f77e
2   "name": "GraphQLicious",
3   "version": "0.5",
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.5"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Sources/**/*.swift",
24     "Sources/GraphQlicious.h"
25   ]