blob: b14946911362c7a67c93e81239aa2c4a0f1dc091 [file] [log] [blame]
{
"name": "EHFAuthenticator-Touch-ID",
"version": "0.0.2",
"summary": "Simple class for handling Local Authentication using Touch ID. Used in eHarmony iOS App.",
"description": " EHFAuthenticator is a simple class to handle Touch ID security using the LocalAuthentication framework. It manages a LAContext object and handles configuring the Touch ID alert with a proper reason and fallback button. \n",
"homepage": "https://github.com/jstart/EHFAuthenticator-Touch-ID",
"screenshots": "https://camo.githubusercontent.com/86f21615b1f9634734f2d07e03acc2c3adc4143a/68747470733a2f2f64323632696c623531686c7478302e636c6f756466726f6e742e6e65742f6d61782f323030302f312a6e67745061785864456a47724e70623735392d5433412e706e67",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Truman": "cleetruman@gmail.com"
},
"social_media_url": "http://twitter.com/iAmChrisTruman",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jstart/EHFAuthenticator-Touch-ID.git",
"tag": "0.0.2"
},
"default_subspecs": "ObjC",
"frameworks": "LocalAuthentication",
"requires_arc": true,
"subspecs": [
{
"name": "ObjC",
"source_files": [
"Authenticator-ObjC",
"Authenticator-ObjC/*.{h.m}"
]
}
]
}