[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / 3 / 8 / VMLogger / 0.5.6 / VMLogger.podspec.json
blob12fa5c67ad38fcb5214d024182b983561e77d4bb
2   "name": "VMLogger",
3   "version": "0.5.6",
4   "summary": "A simple debug log, BackLog kind Logger.",
5   "description": "Provides an extensible Swift-based logging API that is simple, lightweight and performant.\nBased on CleanroomLogger and XCGLogger",
6   "homepage": "https://github.com/vmouta/VMLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vasco Mouta": "vasco.mouta@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vmouta/VMLogger.git",
16     "tag": "0.5.6"
17   },
18   "social_media_url": "https://twitter.com/vmouta",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "Pod/Classes/**/*",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.5.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"