[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 1 / NXVLogFormatter / 0.0.1 / NXVLogFormatter.podspec.json
blob220e2a0a793e024afd803c5c4ef5552945e96737
2   "name": "NXVLogFormatter",
3   "version": "0.0.1",
4   "summary": "Simple custom log formatter for CocoaLumberjack.",
5   "description": "                    Because traditional NSLog() is not debug-friendly et al. NXVLogFormatter logs output with following pattern:\n\n                    ```objective-c\n                    (Date, Time) -[FileName MethodName](line number): \"LogMessage\"\n                    ```\n\n",
6   "homepage": "https://github.com/vinhnx/NXVLogFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vinh Nguyen": "vinhnguyen2308@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/vinhnx",
15   "source": {
16     "git": "https://github.com/vinhnx/NXVLogFormatter.git",
17     "tag": "0.0.1"
18   },
19   "dependencies": {
20     "CocoaLumberjack": [
21       "~> 1.8.1"
22     ]
23   },
24   "source_files": "NXVLogFormatter/*.{m,h}",
25   "requires_arc": true,
26   "platforms": {
27     "ios": null
28   }