blob: 47381d9722f1f31a31bc8757bc84003136894d1c [file] [log] [blame]
{
"name": "HSHDWalletKit",
"version": "1.3",
"summary": "HD Wallet library for Swift",
"description": "HD Wallet library that makes possible generating and validating mnemonic phrases. Also it can generates public / private keys for HD keychain.\n```",
"homepage": "https://github.com/horizontalsystems/hd-wallet-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/hd-wallet-kit-ios.git",
"tag": "1.3"
},
"source_files": "HSHDWalletKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
]
},
"swift_version": "5"
}