[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / c / b / FaunaDbGraphQL / 1.0.2 / FaunaDbGraphQL.podspec.json
blobe6a0aeda599ed505ea98cedb0f7322421f9cf48f
2   "name": "FaunaDbGraphQL",
3   "version": "1.0.2",
4   "summary": "Apollo client setup with Fauna DB Graph QL",
5   "description": "FaunaDBGraphQL Apollo client setup to fetch events data from Fauna DB",
6   "homepage": "https://github.com/sumit-athon/FaunaDbGraphQL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sumit": "sumit@athon.io"
13   },
14   "source": {
15     "git": "https://github.com/sumit-athon/FaunaDbGraphQL.git",
16     "tag": "1.0.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": [
23     "FaunaDbGraphQL/GraphQL/*.swift",
24     "FaunaDbGraphQL/GraphQL/API/*.swift"
25   ],
26   "dependencies": {
27     "Apollo": [
28       "~> 0.43.0"
29     ]
30   },
31   "swift_version": "5.0"