blob: 8e2b0d4100925a10f7113e02846513987b6dec7f [file] [log] [blame]
{
"name": "Log4swift",
"version": "1.0.1",
"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.1"
},
"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"
]
}