blob: 00f16559b9c8a6bc6687a50266d154f70d8de656 [file] [log] [blame]
{
"name": "Log4swift",
"version": "0.9.0",
"summary": "A looging library written in swift.",
"description": " Log4swift is a logging library similar in philosophy to log4j.\n It is meant to be :\n\n * very simple to use for simple cases\n * extensively configurable for less simple cases\n * taking advantage of the swift 2 language\n\n It is still a work in progress : fully functinnal, but missing the ability to read configuration from a file.\n",
"homepage": "http://github.com/jduquennoy/Log4swift",
"license": {
"type": "LGPL v3",
"file": "LICENSE"
},
"authors": {
"Jerome Duquennoy": "jerome@duquennoy.fr"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/jduquennoy/Log4swift.git",
"tag": "versions/0.9.0"
},
"source_files": [
"Log4swift",
"Log4swift/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Log4swift/log4swift.h"
}