blob: 2dc2c0f22e153e5acba42eccfdb364063e1eccf9 [file] [log] [blame]
{
"name": "VMLogger",
"version": "0.5.4",
"summary": "A simple debug log, BackLog kind Logger.",
"description": "Provides an extensible Swift-based logging API that is simple, lightweight and performant.\nBased on CleanroomLogger and XCGLogger",
"homepage": "https://github.com/vmouta/VMLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vasco Mouta": "vasco.mouta@gmail.com"
},
"source": {
"git": "https://github.com/vmouta/VMLogger.git",
"tag": "0.5.4"
},
"social_media_url": "https://twitter.com/vmouta",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.5.0"
]
},
"pushed_with_swift_version": "3.0"
}