[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / e / WebAuthnKit / 0.9.1 / WebAuthnKit.podspec.json
blobb91fa4c8daa57e54bc4cc4d5929b45ca19fc8cac
2   "name": "WebAuthnKit",
3   "version": "0.9.1",
4   "summary": "WebAuthn Client and Authenticator Support Library",
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     "lyokato": "lyo.kato@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/lyokato",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/lyokato/WebAuthnKit.git",
20     "tag": "0.9.1"
21   },
22   "source_files": "WebAuthnKit/Sources/**/*.swift",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "LocalAuthentication"
27   ],
28   "dependencies": {
29     "PromiseKit": [
30       "~> 6.0"
31     ],
32     "EllipticCurveKeyPair": [
33       "~> 2.0-beta1"
34     ],
35     "KeychainAccess": [
36       "~> 3.1.2"
37     ],
38     "CryptoSwift": [
39       "~> 0.13.0"
40     ]
41   },
42   "swift_version": "4.2"