blob: b85115122ca49436492e8cc8216a7cb2fad16af1 [file] [log] [blame]
{
"name": "NGLoggerKit",
"version": "1.0",
"summary": "Logging system customizable and flex",
"description": "This logging library enable you to easily manage your logging systems. It also provides a default implementation which use XCGLogger as file logger and Apple's oslog for console logging.",
"homepage": "https://github.com/nuglif/LoggerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Team Nuglif": "awerck@nuglif.com"
},
"source": {
"git": "https://github.com/nuglif/LoggerKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.2"
},
"swift_version": "4.2",
"module_name": "LoggerKit",
"exclude_files": "LoggerKit_Sample/*",
"public_header_files": [
"source/LoggerKit/*.h",
"source/LoggerKit/**/*.h"
],
"source_files": [
"source/LoggerKit/*.h",
"source/LoggerKit/**/*.{h,m,mm,swift}"
],
"dependencies": {
"XCGLogger": [
]
}
}