[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / 3 / AlamofireLogger / 0.2.1 / AlamofireLogger.podspec.json
blobac133c95431029f3a2eb2f4a00150b1ad4998ac8
2   "name": "AlamofireLogger",
3   "version": "0.2.1",
4   "summary": "Tiny Alamofire plugin that logs requests and responses.",
5   "homepage": "https://github.com/dclelland/AlamofireLogger",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/AlamofireLogger.git",
14     "tag": "0.2.1"
15   },
16   "source_files": "AlamofireLogger.swift",
17   "requires_arc": true,
18   "dependencies": {
19     "Alamofire": [
20       "~> 4.0"
21     ]
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10"
26   },
27   "pushed_with_swift_version": "3.0"