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