[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 4 / RMLogFormatter / 0.1.0 / RMLogFormatter.podspec.json
blobecee17d379cd2775afcac7844f198d0cc71a5d2f
2   "name": "RMLogFormatter",
3   "version": "0.1.0",
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.0"
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": [
27     ]
28   }