blob: ffb557b5f69e6aedd939c0c96d2fc2e8cab69595 [file] [log] [blame]
{
"name": "BiometricX",
"version": "1.0.0",
"summary": "BiometricX is just a simple Biometric Authentication Utility Module",
"description": "This module contains the tab bar controller with a circular button at center",
"homepage": "https://github.com/prashantLalShrestha/BiometricX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/BiometricX.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"KeychainAccess": [
],
"BiometricAuthentication": [
]
},
"swift_version": "5.0"
}