[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / f / b / 2 / SwiftLoggerInspector / 0.0.2 / SwiftLoggerInspector.podspec.json
bloba9d4f22089ccd2d5f5115bfdcc83f7a39d2d03e1
2   "name": "SwiftLoggerInspector",
3   "version": "0.0.2",
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.2"
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   }