[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 6 / AlamofireActivityLogger / 2.2.0 / AlamofireActivityLogger.podspec.json
blob4817b24fc37e1dcfbaaab05d21cae4070f412a65
2   "name": "AlamofireActivityLogger",
3   "version": "2.2.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     "osx": "10.11",
13     "watchos": "2.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/ManueGE/AlamofireActivityLogger.git",
18     "tag": "2.2.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ]
26   },
27   "source_files": "alamofire_activity_logger/ActivityLogger/*.{swift}",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "pushed_with_swift_version": "3.0"