[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 0 / 9 / WebAuthnKitWithoutAlerts / 0.9.5 / WebAuthnKitWithoutAlerts.podspec.json
blobd19adbd0edd43a5b2a9c7b292881efb010384c8b
2   "name": "WebAuthnKitWithoutAlerts",
3   "version": "0.9.5",
4   "summary": "WebAuthn Client",
5   "description": "This library provides you a way to handle W3C Web Authentication API (a.k.a. WebAuthN / FIDO 2.0) easily.",
6   "homepage": "https://github.com/lyokato/WebAuthnKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Afur": "teodorowiczartur@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Afur/WebAuthnKit-iOS.git",
19     "tag": "0.9.5"
20   },
21   "source_files": "WebAuthnKit/Sources/**/*.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "LocalAuthentication"
26   ],
27   "dependencies": {
28     "PromiseKit": [
29       "~> 6.13.1"
30     ],
31     "EllipticCurveKeyPair": [
32       "~> 2.0"
33     ],
34     "KeychainAccess": [
35       "~> 4.2.1"
36     ],
37     "CryptoSwift": [
38       "~> 1.3.8"
39     ]
40   },
41   "swift_versions": "4.2",
42   "swift_version": "4.2"