| { |
| "name": "AlamofireActivityLogger", |
| "version": "1.0.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" |
| }, |
| "source": { |
| "git": "https://github.com/ManueGE/AlamofireActivityLogger.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.4" |
| ] |
| }, |
| "source_files": "alamofire_activity_logger/Request+ActivityLogger.swift" |
| } |