[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 4 / Locker / 3.0.3 / Locker.podspec.json
blob3868db36058a7cdda9074f04dc2dba5ecd0a7ffb
2   "name": "Locker",
3   "version": "3.0.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     "Jasmin Abou Aldan": "jasmin.aboualdan@infinum.com",
11     "Zvonimir Medak": "zvonimir.medak@infinum.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "swift_versions": "5.1",
17   "source": {
18     "git": "https://github.com/infinum/Locker.git",
19     "tag": "3.0.3"
20   },
21   "source_files": "Sources/Locker/**/*.swift",
22   "resource_bundles": {
23     "Locker_Locker": [
24       "Sources/Locker/**/*.json"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "LocalAuthentication",
30     "Security"
31   ],
32   "swift_version": "5.1"