blob: 21f5e721a2e41cd9c4ffb0a7db0a418b9a32d3c5 [file] [log] [blame]
{
"name": "BiometricAuthenticator",
"version": "1.1.0",
"summary": "An easy to use wrapper around the standard iOS biometric authentication methods.",
"description": "BiometricAuthenticator aims to ease the process of incorporating the use of TouchID and FaceID in your iOS app. At its core, BiometricAuthenticator provides an intuitive API to simplify the steps needed a modern and secure",
"homepage": "https://github.com/Chris-Corea/BiometricAuthenticator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Corea": "ccorea22@gmail.com"
},
"source": {
"git": "https://github.com/Chris-Corea/BiometricAuthenticator.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BiometricAuthenticator/Classes/**/*"
}