blob: 15630345f3e9a456ad5e5abd3922a292300103d2 [file] [log] [blame]
{
"name": "RNWebAuthnKit",
"version": "0.9.10",
"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/Emad-Salah/WebAuthnKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"emadkheir": "emads14@gmail.com"
},
"social_media_url": "https://twitter.com/SX_Portfolio",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Emad-Salah/WebAuthnKit-iOS.git",
"tag": "0.9.10"
},
"source_files": "RNWebAuthnKit/Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication"
],
"dependencies": {
"PromiseKit": [
"~> 6.13.1"
],
"EllipticCurveKeyPair": [
"~> 2.0"
],
"KeychainAccess": [
"~> 4.2.1"
],
"CryptoSwift": [
"~> 1.3.8"
]
},
"swift_versions": "4.2",
"swift_version": "4.2"
}