[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / b / 6 / AlamofireActivityLogger / 2.0.0 / AlamofireActivityLogger.podspec.json
blob02048a50895890196fe9e2223fb82dedfd4bed05
2   "name": "AlamofireActivityLogger",
3   "version": "2.0.0",
4   "summary": "A response serializer for Alamofire which logs both request and response",
5   "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.",
6   "homepage": "https://github.com/ManueGE/AlamofireActivityLogger/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/AlamofireActivityLogger.git",
15     "tag": "2.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.0"
22     ]
23   },
24   "source_files": "alamofire_activity_logger/ActivityLogger/*.{swift}",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   }