blob: 4997bc00fa7ed58b9fa5789be2d4cdd36ce8341a [file] [log] [blame]
{
"name": "Vite_HDWalletKit",
"version": "1.0.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.0.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.12.0"
],
"TrezorCryptoEd25519WithBlake2b": [
"~> 0.0.1"
],
"KeychainSwift": [
],
"ObjectMapper": [
]
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
}
}