blob: 2969a5e11ff42b7b02191233f8c40e489842b9b6 [file] [log] [blame]
{
"name": "Log4swift",
"version": "1.0.2",
"summary": "A looging library written in swift.",
"description": "Log4swift is a logging library similar in philosophy to log4j.\nIt 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",
"homepage": "http://github.com/jduquennoy/Log4swift",
"license": {
"type": "Apache v2.0",
"file": "LICENSE"
},
"authors": {
"Jerome Duquennoy": "jerome@duquennoy.fr"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/jduquennoy/Log4swift.git",
"tag": "versions/1.0.2"
},
"source_files": [
"Log4swift",
"Log4swift/**/*.{swift,h,m}",
"Third parties/**/*.{h,m}"
],
"public_header_files": [
"Log4swift/log4swift.h",
"Third Parties/NSLogger/*.h",
"Log4swift/Objective-c wrappers/*.h"
],
"watchos": {
"exclude_files": [
"Third Parties/NSLogger/*",
"Log4swift/Appenders/NSLoggerAppender.swift"
]
}
}