[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 3 / a / e / WebAuthnKit / 0.9.4 / WebAuthnKit.podspec.json
blobcb3d94a37325d663e525215e8a5f4db7ac8a168d
2   "name": "WebAuthnKit",
3   "version": "0.9.4",
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.4"
21   },
22   "source_files": "WebAuthnKit/Sources/**/*.swift",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "LocalAuthentication"
27   ],
28   "dependencies": {
29     "PromiseKit": [
30       "~> 6.13.1"
31     ],
32     "EllipticCurveKeyPair": [
33       "~> 2.0"
34     ],
35     "KeychainAccess": [
36       "~> 4.2.1"
37     ],
38     "CryptoSwift": [
39       "~> 1.3.8"
40     ]
41   },
42   "swift_versions": "4.2",
43   "swift_version": "4.2"