[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 4 / Locker / 2.3.3 / Locker.podspec.json
blobb5b6a6c57e6a80eb08f5eb5b1652bc64103333e0
2   "name": "Locker",
3   "version": "2.3.3",
4   "summary": "Securely lock your secrets under the watch of TouchID or FaceID keeper šŸ”’",
5   "description": "Lightweight manager for saving, fetching and updating secrets (string value) in Keychain using Biometric Authentication. \nIncludes methods for checking general changes in Biometric settings and device biometric type info (FaceID / TouchID / None).",
6   "homepage": "https://github.com/infinum/Locker.git",
7   "license": "MIT",
8   "authors": {
9     "Barbara Vujičić": "barbara.vujicic@infinum.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/infinum/Locker.git",
16     "tag": "2.3.3"
17   },
18   "source_files": "Locker/**/*.{h,m}",
19   "private_header_files": "Locker/Internal/**/*.h",
20   "frameworks": [
21     "UIKit",
22     "LocalAuthentication",
23     "Security"
24   ]