4 "summary": "Easy, lightweight, and simple NSLog-based logging.",
5 "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",
6 "homepage": "https://github.com/natrosoft/NALog",
9 "Nathan Rowe": "natrosoft@gmail.com"
12 "git": "https://github.com/natrosoft/NALog.git",
19 "source_files": "Classes",
20 "public_header_files": "Classes/**/*.h"