[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / b / 6 / AlamofireActivityLogger / 1.0.0 / AlamofireActivityLogger.podspec.json
blob5fc6c6f5c47b87c9fb275123fec40e3c39d2e021
2   "name": "AlamofireActivityLogger",
3   "version": "1.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": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/AlamofireActivityLogger.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "dependencies": {
20     "Alamofire": [
21       "~> 3.4"
22     ]
23   },
24   "source_files": "alamofire_activity_logger/Request+ActivityLogger.swift"