blob: dc79403760109b9b6236ef3c351399e37f715f72 [file] [log] [blame]
{
"name": "Log4swift",
"version": "1.0.0b5",
"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"
},
"source": {
"git": "https://github.com/jduquennoy/Log4swift.git",
"tag": "versions/1.0.0b5"
},
"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"
]
}