blob: 253a578d5a7b6b65e3f42bf24d3ccbceba450c39 [file] [log] [blame]
{
"name": "YALAPIClient",
"version": "2.5",
"summary": "Lightweight networking framework.",
"homepage": "https://github.com/Yalantis/APIClient.git",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Eugene Andreyev": "eugene.andreyev@yalantis.com",
"Roman Kyrylenko": "roman.kyrylenko@yalantis.com",
"Anton Vodolazkyi": "anton.vodolazky@yalantis.com"
},
"source": {
"git": "https://github.com/Yalantis/APIClient.git",
"tag": "2.5"
},
"frameworks": "Foundation",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"YALResult": [
"1.1"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "APIClient/Default/**/*.swift"
},
{
"name": "Alamofire",
"dependencies": {
"YALAPIClient/Core": [
],
"Alamofire": [
"~> 4.7"
]
},
"source_files": "APIClient/Alamofire/*"
}
]
}