[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 9 / UIFocusHelper / 0.1.3 / UIFocusHelper.podspec.json
blob5930a5465a1325f03777cf17264b0f3792c78f41
2   "name": "UIFocusHelper",
3   "version": "0.1.3",
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.3"
22   },
23   "platforms": {
24     "tvos": "13.0"
25   },
26   "source_files": "UIFocusHelper/Classes/**/*"