blob: ac133c95431029f3a2eb2f4a00150b1ad4998ac8 [file] [log] [blame]
{
"name": "AlamofireLogger",
"version": "0.2.1",
"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.2.1"
},
"source_files": "AlamofireLogger.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"pushed_with_swift_version": "3.0"
}