blob: 620b0535a5fd5d515e94812d73c5169df55df185 [file] [log] [blame]
{
"name": "SLTouchAuth",
"version": "0.1.2",
"swift_version": "3.2",
"summary": "TouchID Authentication for ios apps.",
"description": "Touch id provides to authentication of applicaitons applicaitons.",
"homepage": "https://github.com/ankitkargathra/SLTouchAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ankitkargathra": "ankit.kargathra@gmail.com"
},
"source": {
"git": "https://github.com/ankitkargathra/SLTouchAuth.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SLTouchAuth/Classes/**/*",
"frameworks": [
"UIKit",
"LocalAuthentication"
]
}