blob: 4e449b6821d8f0fe4e6ee63fcdc3baabc59371ee [file] [log] [blame]
{
"name": "BioPass",
"version": "2.3.1",
"summary": "Store a password behind biometric authentication",
"description": "This is a microlibrary for storing a password in the keychain, instructing the keychain to only give it back if the user first authenticates with TouchID or FaceID",
"homepage": "https://github.com/LinusU/BioPass",
"license": "MIT",
"authors": {
"Linus Unnebäck": "linus@folkdatorn.se"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.12.1"
},
"source": {
"git": "https://github.com/LinusU/BioPass.git",
"tag": "2.3.1"
},
"source_files": "Sources/BioPass",
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"Valet": [
"~> 3.0"
]
}
}