blob: 13b6d06a0fc33f4d635fcf4e2f00fb83ddc3edba [file] [log] [blame]
{
"name": "HdWalletKit-Universal.swift",
"module_name": "HdWalletKit",
"version": "1.5",
"summary": "HD Wallet library for Swift. Supports iOS & OSX",
"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/cuhte3/hd-wallet-kit-universal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch",
"cuhte3": "farid@getportal.co"
},
"source": {
"git": "https://github.com/cuhte3/hd-wallet-kit-universal.git",
"tag": "1.5"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"osx": "10.14",
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "HdWalletKit/Classes/**/*",
"requires_arc": true,
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"OpenSslKit-Universal.swift": [
"~> 1.0.1"
],
"Secp256k1Kit-Universal.swift": [
"~> 1.0.1"
]
},
"swift_version": "5"
}