[Add] TensorFlowLiteSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / 7 / f / c / MHAuthenticateNumberPad / 0.0.2 / MHAuthenticateNumberPad.podspec.json
blob90739c96ff461d538b0cf2565c2184ad31561172
2   "name": "MHAuthenticateNumberPad",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "0.0.2",
7   "summary": "A keyboard in the shape of Apple's numberpad with the option to use the biometrics iOS provides from the keyboard.",
8   "requires_arc": true,
9   "swift_version": "4.0",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Maiko Hermans": "mwmhermans@outlook.com"
16   },
17   "homepage": "https://github.com/MaikoHermans/MHAuthenticateNumberPad",
18   "source": {
19     "git": "https://github.com/MaikoHermans/MHAuthenticateNumberPad.git",
20     "tag": "0.0.2"
21   },
22   "dependencies": {
23     "IQKeyboardManager": [
24       "6.0.4"
25     ]
26   },
27   "source_files": "MHAuthenticateNumberPad/**/*.{swift,xib}",
28   "resources": "MHAuthenticateNumberPad/**/*.{xcassets}",
29   "frameworks": [
30     "UIKit",
31     "LocalAuthentication",
32     "Foundation"
33   ]