blob: 10651762cca09a740c916d2268a3f1adde58113f [file] [log] [blame]
{
"name": "AlamofireNetworkActivityLogger",
"version": "2.4.0",
"license": "MIT",
"summary": "Network request logger for Alamofire",
"homepage": "https://github.com/konkab/AlamofireNetworkActivityLogger",
"social_media_url": "https://www.linkedin.com/in/konstantinkabanov",
"authors": {
"Konstantin Kabanov": "konstantin@rktstudio.ru"
},
"source": {
"git": "https://github.com/konkab/AlamofireNetworkActivityLogger.git",
"tag": "2.4.0"
},
"source_files": "Source/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.8"
]
}
}