blob: 5390717e685363e42127ccf9428fb201742fa250 [file] [log] [blame]
{
"name": "AlamofireActivityLogger",
"version": "2.4.0",
"summary": "A response serializer for Alamofire which logs both request and response",
"description": "A response serializer for Alamofire which prints both request and responses. It provides 4 log levels and a few options to configure your logs.",
"homepage": "https://github.com/ManueGE/AlamofireActivityLogger/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ManueGE/AlamofireActivityLogger.git",
"tag": "2.4.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"source_files": "alamofire_activity_logger/ActivityLogger/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}