[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 3 / 9 / UIFocusHelper / 0.1.1 / UIFocusHelper.podspec.json
blobef17a407191bb9aa3d96b05d77b626617e992df5
2   "name": "UIFocusHelper",
3   "version": "0.1.1",
4   "summary": "Utilities to help visualize focus guides and quickLookDebugView snapshots without using breakpoints or the debugger.",
5   "description": "Visualize UIFocusGuides and create focus engine quickLookDebugView snapshots (the ones you usually need to set breakpoints in focus delegate methods in Xcode for). WARNING: The snapshot code uses private frameworks and should not be deployed in any app store apps.",
6   "homepage": "https://github.com/lechium/UIFocusHelper",
7   "screenshots": [
8     "https://raw.githubusercontent.com/lechium/UIFocusHelper/master/Example_One.png",
9     "https://raw.githubusercontent.com/lechium/UIFocusHelper/master/None_Focus.png",
10     "https://raw.githubusercontent.com/lechium/UIFocusHelper/master/Down_Focus.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Kevin Bradley": "kevin.w.bradley@me.com"
18   },
19   "source": {
20     "git": "https://github.com/lechium/UIFocusHelper.git",
21     "tag": "0.1.1"
22   },
23   "platforms": {
24     "tvos": "13.0"
25   },
26   "source_files": "UIFocusHelper/Classes/**/*"