blob: f9257618a480b95101d02944e9035051471a7369 [file] [log] [blame]
{
"name": "BiometricAuthentication",
"version": "3.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BiometricAuthentication/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}