blob: cfed52fafcb842450d04a596861d1b5b71f9a39b [file] [log] [blame]
{
"name": "Vite_HDWalletKit",
"version": "1.3.0",
"summary": "Vite App HD wallet kit",
"homepage": "https://github.com/vitelabs/vite-keystore-ios",
"description": "Vite wallet is a swift framework that you can create mnemonic words ,bip public key ,address",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Water": "caoliang@vite.org"
},
"source": {
"git": "https://github.com/vitelabs/vite-keystore-ios.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Vite-keystore/Classes/**/*",
"public_header_files": "Vite-keystore/Classes/Core/Crypto/Bit.h",
"frameworks": [
"UIKit",
"Security"
],
"dependencies": {
"BigInt": [
"~> 3.0"
],
"CryptoSwift": [
"0.14.0"
],
"TrezorCryptoEd25519WithBlake2b": [
"~> 0.0.1"
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}