[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 0 / 4 / 3 / AlamofireLogger / 1.0.1 / AlamofireLogger.podspec.json
blobfaeb71129a2c8319351411160f050bcb0117a214
2   "name": "AlamofireLogger",
3   "version": "1.0.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": "1.0.1"
15   },
16   "source_files": "Sources/**/*.swift",
17   "requires_arc": true,
18   "swift_versions": [
19     "5.1",
20     "5.2"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 5.0"
25     ]
26   },
27   "platforms": {
28     "ios": "10.0",
29     "osx": "10.12"
30   },
31   "swift_version": "5.2"