| { |
| "name": "AlamofireActivityLogger", |
| "version": "2.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": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ManueGE/AlamofireActivityLogger.git", |
| "tag": "2.0.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ] |
| }, |
| "source_files": "alamofire_activity_logger/ActivityLogger/*.{swift}", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| } |
| } |