blob: 4108b54963c05f7879598ac3e411b64f14e95da0 [file] [log] [blame]
{
"name": "MHAuthenticateNumberPad",
"platforms": {
"ios": "9.3"
},
"version": "0.0.3",
"summary": "A keyboard in the shape of Apple's numberpad with the option to use the biometrics iOS provides from the keyboard.",
"requires_arc": true,
"swift_version": "4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maiko Hermans": "mwmhermans@outlook.com"
},
"homepage": "https://github.com/MaikoHermans/MHAuthenticateNumberPad",
"source": {
"git": "https://github.com/MaikoHermans/MHAuthenticateNumberPad.git",
"tag": "0.0.3"
},
"dependencies": {
"IQKeyboardManager": [
"6.0.4"
]
},
"source_files": "MHAuthenticateNumberPad/**/*.{swift,xib}",
"resources": "MHAuthenticateNumberPad/**/*.{xcassets}",
"frameworks": [
"UIKit",
"LocalAuthentication",
"Foundation"
]
}