blob: 8df2734f822da75b0355152a530be512105f5af8 [file] [log] [blame]
{
"name": "BiometricAuthentication",
"version": "3.1.3",
"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": "v3.1.3"
},
"platforms": {
"ios": "12.0"
},
"source_files": "BiometricAuthentication/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}