blob: dec4c2d00749b85b161626f1705a264c85b31bb2 [file] [log] [blame]
{
"name": "LocalAuthenticator",
"version": "0.1.0",
"summary": "Simple swift class to provide all the functionality to implement LocalAuthentication.",
"swift_versions": "4.2",
"description": "\"LocalAuthenticator provides you all the required methods to easily implement LocalAuthentication Framework, using some convenience methods to check if Face/Touch ID is available, and configured. You can also store your credentials in Userdefaults.\"",
"homepage": "https://github.com/MrJai/LocalAuthenticator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MrJai": "junaid.rehmat.rana@gmail.com"
},
"source": {
"git": "https://github.com/MrJai/LocalAuthenticator.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rana_jai",
"platforms": {
"ios": "8.0"
},
"source_files": "LocalAuthenticator/Classes/**/*",
"frameworks": [
"Foundation",
"LocalAuthentication"
],
"swift_version": "4.2"
}