[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 1 / VKFingerprint / 1.0.0 / VKFingerprint.podspec.json
blob5815d2144a6cfd6a1b0ed725f7f6912032049500
2   "name": "VKFingerprint",
3   "version": "1.0.0",
4   "summary": "Simple Fingerprint Swift wrapper for iOS",
5   "description": "Lightweight fingerprint library written in Swift. Enables fingerprint scanner usage for the capable iOS devices",
6   "homepage": "https://github.com/vkaramov/VKFingerprint",
7   "license": "MIT",
8   "authors": {
9     "Viacheslav Karamov": "vkaramov a_t yandex dot ru"
10   },
11   "source": {
12     "git": "https://github.com/vkaramov/VKFingerprint.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "VKFingerprint": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "Foundation",
27     "Security",
28     "LocalAuthentication"
29   ]