[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / 7 / Keyboard-Kit / 8.2.0 / Keyboard-Kit.podspec.json
blob8fa14c9d8ae030222595a4ee25dae811ece23771
2   "name": "Keyboard-Kit",
3   "module_name": "KeyboardKit",
4   "version": "8.2.0",
5   "license": {
6     "type": "MIT",
7     "file": "License.txt"
8   },
9   "homepage": "https://github.com/douglashill/KeyboardKit",
10   "authors": {
11     "Douglas Hill": "https://twitter.com/qdoug"
12   },
13   "summary": "The easiest way to add comprehensive hardware keyboard control to an iPad, iPhone, or Mac Catalyst app.",
14   "description": "The easiest way to add comprehensive hardware keyboard control to an iPad, iPhone, or Mac Catalyst app.\n\nKeyboard control is a standard expectation of Mac apps. It’s important on iOS too because a hardware keyboard improves speed and ergonomics, which makes an iPad an even more powerful productivity machine.\n\nKeyboardKit is designed to integrate with the UIKit focus system when available, and it provides similar arrow and tab key navigation on OS versions where the focus system is not available.",
15   "source": {
16     "git": "https://github.com/douglashill/KeyboardKit.git",
17     "tag": "8.2.0"
18   },
19   "swift_versions": "5.5",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "KeyboardKit/**/*.{h,m,swift}",
24   "public_header_files": [
25     "KeyboardKit/KeyboardKit.h",
26     "KeyboardKit/ObjC/BarButtonItem.h"
27   ],
28   "exclude_files": [
29     "KeyboardKit/Info.plist",
30     "KeyboardKit/ObjC/ResponderChainDebugging.m",
31     "KeyboardKit/UpdateLocalisedStringKeys.swift",
32     "KeyboardKit/Documentation.docc"
33   ],
34   "resources": "KeyboardKit/Localised/*.lproj",
35   "swift_version": "5.5"