blob: 57d506851a83c744f3138757aa6c4b0b53e9aa2f [file] [log] [blame]
{
"name": "FaunaDbGraphQL",
"version": "1.0.3",
"summary": "Apollo client setup with Fauna DB Graph QL",
"description": "FaunaDBGraphQL Apollo client setup to fetch events data from Fauna DB",
"homepage": "https://github.com/sumit-athon/FaunaDbGraphQL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sumit": "sumit@athon.io"
},
"source": {
"git": "https://github.com/sumit-athon/FaunaDbGraphQL.git",
"tag": "1.0.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "13.0"
},
"source_files": [
"FaunaDbGraphQL/GraphQL/*.swift",
"FaunaDbGraphQL/GraphQL/API/*.swift"
],
"dependencies": {
"Apollo": [
"~> 0.43.0"
]
},
"swift_version": "5.0"
}