blob: 81c46b5d4918e24c0f8ab88a3d619d0a08574c57 [file] [log] [blame]
{
"name": "BiometricAuthentication",
"version": "2.2.1",
"summary": "Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.",
"description": "BiometricAuthentication is very simple and easy to use that handles Touch ID and Face ID authentication based on the device.",
"homepage": "https://github.com/rushisangani/BiometricAuthentication",
"screenshots": [
"https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image1.png",
"https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image2.png",
"https://raw.githubusercontent.com/rushisangani/BiometricAuthentication/master/Images/image3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rushi Sangani": "rushisangani@gmail.com"
},
"source": {
"git": "https://github.com/rushisangani/BiometricAuthentication.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BiometricAuthentication/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}