blob: 478c52835f204ef0a2667e5d3d2af4adf89fe449 [file] [log] [blame]
{
"name": "AlamofireLogger",
"version": "0.3.0",
"summary": "Tiny Alamofire plugin that logs requests and responses.",
"homepage": "https://github.com/dclelland/AlamofireLogger",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/AlamofireLogger.git",
"tag": "0.3.0"
},
"source_files": "AlamofireLogger.swift",
"requires_arc": true,
"swift_versions": [
"5.1",
"5.2"
],
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"swift_version": "5.2"
}