blob: c0f38f405e61e75491e8f7bbb8cb56a37b7e559b [file] [log] [blame]
{
"name": "UALogger",
"version": "0.2.2",
"summary": "UALogger is a logging tool for iOS and Mac apps.",
"description": " UALogger is a logging tool for iOS and Mac apps. It allows you to customize the log format, when to log to the console, and allows collection of the console log for your application.\n",
"homepage": "https://github.com/urbanapps/UALogger",
"license": "MIT",
"authors": {
"Matt Coneybeare": "coneybeare@urbanapps.com"
},
"source": {
"git": "https://github.com/urbanapps/UALogger.git",
"tag": "0.2.2"
},
"source_files": [
"UALogger.h",
"UALogger.m"
],
"requires_arc": false
}