[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / 8 / VMLogger / 0.5.7 / VMLogger.podspec.json
blobdddc4d2bcb29230116f578b64638e65f48238da9
2   "name": "VMLogger",
3   "version": "0.5.7",
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.7"
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   "xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   },
30   "frameworks": "Foundation",
31   "dependencies": {
32     "Alamofire": [
33       "~> 4.5"
34     ]
35   },
36   "pushed_with_swift_version": "4.0"