blob: 42c8dff2aee348963b1fea75a83aeb8377e61076 [file] [log] [blame]
{
"name": "NALog",
"version": "1.0.1",
"summary": "Easy, lightweight, and simple NSLog-based logging.",
"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);",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}