[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 2 / NALog / 1.0.1 / NALog.podspec.json
blob42c8dff2aee348963b1fea75a83aeb8377e61076
2   "name": "NALog",
3   "version": "1.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Nathan Rowe": "natrosoft@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/natrosoft/NALog.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/**/*.h"