blob: 11b559f21b118161f980e527e4f2b5d3a04f02c4 [file] [log] [blame]
{
"name": "AlamofireLogging",
"version": "1.0.4",
"summary": "Logging support for Alamofire",
"homepage": "https://github.com/Digipolitan/alamofire-logging",
"authors": "Digipolitan",
"source": {
"git": "https://github.com/Digipolitan/alamofire-logging.git",
"tag": "v1.0.4"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"swift_version": "4.2",
"dependencies": {
"Alamofire": [
"~> 4.8"
]
}
}