blob: dfb8bdcdfe321ba998dc69e431f28fd575d92222 [file] [log] [blame]
{
"name": "EHFAuthenticator-Touch-ID",
"version": "0.0.1",
"summary": "Simple class for handling Local Authentication using Touch ID. Used in eHarmony iOS App.",
"description": " A longer description of EHFAuthenticator-Touch-ID in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/jstart/EHFAuthenticator-Touch-ID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Truman": "cleetruman@gmail.com"
},
"social_media_url": "http://twitter.com/iAmChrisTruman",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jstart/EHFAuthenticator-Touch-ID.git",
"tag": "0.0.1"
},
"default_subspecs": "ObjC",
"frameworks": "LocalAuthentication",
"requires_arc": true,
"subspecs": [
{
"name": "ObjC",
"source_files": [
"Authenticator-ObjC",
"Authenticator-ObjC/*.{h.m}"
]
}
]
}