blob: ef96c768a31b84b4d184a0950f7e66bcbf7b78e1 [file] [log] [blame]
{
"name": "KFXLog",
"version": "1.6.0",
"summary": "KFXLog is a customisable logging library written in Objective-C.",
"description": "A customisable logging library that will help you format and standardise your log messages. Because really, is there anything sexier than standardised log messages?\nLogs to four different mediums: Console, Text Files, Alerts, as well as to a web service through use of a protocol.\nConfigure different logging rules and formatting for each medium.\nSet which mediums to log to for different build configurations. Eg. Console for debug, Console & File for AdHoc and File & Service for Release.\nLog messages are very customisable at a global level: show date or not, show sender as class, description, debugDescription or never, set bullet point for each log message and much more.\nLog messages are prefixed to make it easy to filter out the noise and focus on the messages you want.",
"homepage": "https://github.com/ChristianFox/KFXLog.git",
"source": {
"git": "https://github.com/ChristianFox/KFXLog.git",
"tag": "1.6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Fox": "christianfox890@icloud.com"
},
"platforms": {
"ios": "8.2"
},
"source_files": "KFXLog/Classes/**/*"
}