blob: e319e4f18cd2831428a964c3404384c510b5da6d [file] [log] [blame]
{
"name": "Graphus",
"version": "0.1.6",
"summary": "Powerful and strongly-typed, pure-Swift GraphQL client for iOS",
"homepage": "https://github.com/ilia3546/Graphus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ilya Kharlamov": "ilia3546@me.com"
},
"source": {
"git": "https://github.com/ilia3546/Graphus.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.{swift,h,m}"
},
{
"name": "Codable",
"dependencies": {
"Graphus/Core": [
]
},
"source_files": "Source/Codable/**/*.{swift,h,m}"
}
]
}