| { |
| "name": "AlamofireLogging", |
| "version": "1.0.0", |
| "summary": "Logging support for Alamofire", |
| "homepage": "https://github.com/Digipolitan/alamofire-logging-swift", |
| "authors": "Digipolitan", |
| "source": { |
| "git": "https://github.com/Digipolitan/alamofire-logging-swift.git", |
| "tag": "v1.0.0" |
| }, |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "source_files": "Sources/**/*.{swift,h}", |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0", |
| "tvos": "9.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |