blob: 50a5c787f1350a86a49f3f9a75b6d04e4830fc4b [file] [log] [blame]
{
"name": "NALog",
"version": "1.0.0",
"summary": "Easy, lightweight, and simple NSLog-based logging.",
"description": "\t\t\tAn easy, lightweight, and simple NSLog-based logging tool.\n\t\t\t- Automatically includes calling method name.\n\t\t\t- Automatically turns off Info and Warning in non-debug mode.\n\t\t\t- e.g.\n\t\t\t\tNALogInfo(@\"my information message\");\n\t\t\t\tNALogWarn(@\"something important: %@\", myObject);\n\t\t\t\tNALogErr(@\"serious problem message\");\t\n\t\t\t\tNALogException(someExceptionObject);\n\t\t\t\tNALogNSError(someNSErrorObject);\n",
"homepage": "https://github.com/natrosoft/NALog",
"license": "MIT",
"authors": {
"Nathan Rowe": "natrosoft@gmail.com"
},
"source": {
"git": "https://github.com/natrosoft/NALog.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}