blob: bf3c3a0d38dd38d36f959b11217b446d58e75cc3 [file] [log] [blame]
{
"name": "YALAPIClient",
"version": "2.0.1",
"summary": "Lightweight networking framework.",
"homepage": "https://github.com/Yalantis/APIClient.git",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Eugene Andreyev": "eugene.andreyev@yalantis.com"
},
"source": {
"git": "https://github.com/Yalantis/APIClient.git",
"tag": "2.0.1"
},
"frameworks": "Foundation",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"YALResult": [
"1.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "APIClient/Default/**/*.swift"
},
{
"name": "Alamofire",
"dependencies": {
"YALAPIClient/Core": [
],
"Alamofire": [
"~> 4.6"
]
},
"source_files": "APIClient/Alamofire/*"
}
]
}