blob: e3f2fe4d08920b5ee3b9668c315a5216eaf01347 [file] [log] [blame]
{
"name": "AlamofireNetworkActivityLogger",
"version": "3.0.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": "fever9@gmail.com"
},
"source": {
"git": "https://github.com/konkab/AlamofireNetworkActivityLogger.git",
"tag": "3.0.0"
},
"source_files": "Source/*.swift",
"swift_versions": [
"5.0",
"5.0"
],
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
]
},
"swift_version": "5.0"
}