blob: b91fa4c8daa57e54bc4cc4d5929b45ca19fc8cac [file] [log] [blame]
{
"name": "WebAuthnKit",
"version": "0.9.1",
"summary": "WebAuthn Client and Authenticator Support Library",
"description": "This library provides you a way to handle W3C Web Authentication API (a.k.a. WebAuthN / FIDO 2.0) easily.",
"homepage": "https://github.com/lyokato/WebAuthnKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyokato": "lyo.kato@gmail.com"
},
"social_media_url": "http://twitter.com/lyokato",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lyokato/WebAuthnKit.git",
"tag": "0.9.1"
},
"source_files": "WebAuthnKit/Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication"
],
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"EllipticCurveKeyPair": [
"~> 2.0-beta1"
],
"KeychainAccess": [
"~> 3.1.2"
],
"CryptoSwift": [
"~> 0.13.0"
]
},
"swift_version": "4.2"
}