[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / b / 2 / NALog / 1.0.0 / NALog.podspec.json
blob50a5c787f1350a86a49f3f9a75b6d04e4830fc4b
2   "name": "NALog",
3   "version": "1.0.0",
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",
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.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/**/*.h"