blob: 6263853e6ad370f2dd55d8223de4c617814f9f40 [file] [log] [blame]
{
"name": "HdWalletKit.swift",
"module_name": "HdWalletKit",
"version": "1.5",
"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.",
"homepage": "https://github.com/horizontalsystems/hd-wallet-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/hd-wallet-kit-ios.git",
"tag": "1.5"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "HdWalletKit/Classes/**/*",
"requires_arc": true,
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
]
},
"swift_version": "5"
}