blob: e78119ceb4bf5a255ea7bbffa45cf6dc9444266e [file] [log] [blame]
{
"name": "TSQBiometricAuth",
"version": "2.0.0",
"summary": "A lib for biometric authentication on iOS devices, implemented with Swift and Rx.",
"description": "TSQBiometricAuth is a lib to enable biometric authentication via simple ViewController usage.",
"homepage": "https://github.com/townsquad/TSQBiometricAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kévin Cardoso de Sá": "kvdesa@gmail.com"
},
"source": {
"git": "https://github.com/townsquad/TSQBiometricAuth.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "TSQBiometricAuth/Classes/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}