[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / b / 2 / SwiftLoggerInspector / 0.0.4 / SwiftLoggerInspector.podspec.json
blobe2b503f04713917b9e3af5e25b813cb871d9e4df
2   "name": "SwiftLoggerInspector",
3   "version": "0.0.4",
4   "summary": "On screen logs inspector for XCGLogger",
5   "description": "A XCGLogger destination that lets you present to the logs on the screen of the running device",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/hlandao/SwiftLoggerInspector",
10   "license": "MIT",
11   "authors": {
12     "Hadar Landao": "hlandao@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hlandao/SwiftLoggerInspector.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "SwiftLoggerInspector/SwiftLoggerInspector/LoggerInspectorDestination.swift",
20     "SwiftLoggerInspector/SwiftLoggerInspector/LoggerInspectorViewController.swift",
21     "SwiftLoggerInspector/SwiftLoggerInspector/LogTableViewCell.swift"
22   ],
23   "dependencies": {
24     "SnapKit": [
25       "~> 0.19.1"
26     ],
27     "XCGLogger": [
28       "~> 3.3"
29     ]
30   },
31   "frameworks": "Foundation",
32   "requires_arc": true