[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 4 / RMLogFormatter / 0.1.3 / RMLogFormatter.podspec.json
bloba46f97ac6639b48e2955695b4644d52a1863ec58
2   "name": "RMLogFormatter",
3   "version": "0.1.3",
4   "summary": "An informative, concise, and configurable CocoaLumberjack log formatter.",
5   "description": "                       RMLogFormatter is a configurable, word wrapping CocoaLumberjack log formatter.  The default log format is as follows:\n\n                       * yyyy-MM-dd HH:mm:ss.SSS | FILENAME:LINE_NUMBER (TID:THREAD_ID) : LOG_MESSAGE\n",
6   "homepage": "https://github.com/rmaloney3/RMLogFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryan Maloney": "ryan_maloney@me.com"
13   },
14   "source": {
15     "git": "https://github.com/rmaloney3/RMLogFormatter.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "https://twitter.com/rmaloney3",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "RMLogFormatter/*{m,h}",
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 2.0"
27     ]
28   }