4 "summary": "Easy, lightweight, and simple NSLog-based logging.",
5 "description": "An easy, lightweight, and simple NSLog-based logging tool.\n- Automatically includes calling method name.\n- Automatically turns off Info and Warning in non-debug mode.\n- e.g.\n\tNALogInfo(@\"my information message\");\n\tNALogWarn(@\"something important: %@\", myObject);\n\tNALogErr(@\"serious problem message\");\t\n\tNALogException(someExceptionObject);\n\tNALogNSError(someNSErrorObject);",
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"