[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 2 / 1 / EHFAuthenticator-Touch-ID / 0.0.4 / EHFAuthenticator-Touch-ID.podspec.json
blobbd86f621149adc681d5096d6d62122934e30a692
2   "name": "EHFAuthenticator-Touch-ID",
3   "version": "0.0.4",
4   "summary": "Simple class for handling Local Authentication using Touch ID. Used in eHarmony iOS App.",
5   "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.",
6   "homepage": "https://github.com/jstart/EHFAuthenticator-Touch-ID",
7   "screenshots": "https://camo.githubusercontent.com/86f21615b1f9634734f2d07e03acc2c3adc4143a/68747470733a2f2f64323632696c623531686c7478302e636c6f756466726f6e742e6e65742f6d61782f323030302f312a6e67745061785864456a47724e70623735392d5433412e706e67",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Christopher Truman": "cleetruman@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/iAmChrisTruman",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/jstart/EHFAuthenticator-Touch-ID.git",
21     "tag": "0.0.4"
22   },
23   "default_subspecs": "ObjC",
24   "frameworks": "LocalAuthentication",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "source_files": [
30         "Authenticator-ObjC",
31         "Authenticator-ObjC/*.{h.m}"
32       ]
33     },
34     {
35       "name": "Swift",
36       "source_files": [
37         "Authenticator-Swift",
38         "Authenticator-Swift/*.swift"
39       ],
40       "platforms": {
41         "ios": "8.0"
42       }
43     }
44   ]