[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 0 / 4 / 3 / AlamofireLogger / 0.2.0 / AlamofireLogger.podspec.json
blob570305d75425477ce63a886d7751bbff96f9563e
2   "name": "AlamofireLogger",
3   "version": "0.2.0",
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.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "source_files": "AlamofireLogger.swift"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"