blob: b63c883100fc1dfffd46081813be45f88818ebaa [file] [log] [blame]
{
"name": "YALAPIClient",
"version": "2.2",
"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.2"
},
"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/*"
}
]
}