[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / c / BiometricKeychain / 0.1.0 / BiometricKeychain.podspec.json
blob58b05b740a5ce12ef5ef118ae46e2623ee1870bb
2   "name": "BiometricKeychain",
3   "version": "0.1.0",
4   "summary": "Biometric keychain helper, saves and fetches data from keychain only after the biometric validation succeded.",
5   "description": "Biometric keychain helper, saves and fetches data from keychain only after the biometric validation succeded, if your device has biometrics enabled, otherwise it will work like a simple keychain store.",
6   "homepage": "https://github.com/appssemble/BiometricKeychain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "appssemble": "dragos@appssemble.com"
13   },
14   "source": {
15     "git": "https://github.com/appssemble/BiometricKeychain.git"
16   },
17   "social_media_url": "https://twitter.com/dobreandl",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "BiometricKeychain/Classes/**/*",
22   "frameworks": [
23     "LocalAuthentication",
24     "Security"
25   ]