blob: 38b4d07c95e91e4c50b6ff6a0c33fbf444806d7b [file] [log] [blame]
{
"name": "Graphus",
"version": "2.0.2",
"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": "2.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"default_subspecs": "Core",
"dependencies": {
"Alamofire": [
"~> 5.2"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.{swift,h,m}"
},
{
"name": "Codable",
"dependencies": {
"Graphus/Core": [
]
},
"source_files": "Source/Codable/**/*.{swift,h,m}"
}
],
"swift_version": "5.0"
}