blob: d487da5d591aefb17a2bcd6d517a2d76caa07bcc [file] [log] [blame]
{
"name": "walletcoreios",
"version": "0.0.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"license": "MIT",
"summary": "walletcoreios implementation in pure Swift for iOS, macOS, tvOS, watchOS and Linux",
"homepage": "https://github.com/HFJingchuang/wallet_core_ios",
"authors": "MYXU",
"source": {
"git": "https://github.com/HFJingchuang/wallet_core_ios.git",
"tag": "0.0.1"
},
"source_files": "Sources/walletcoreios/**/*.swift",
"swift_versions": "4.2",
"dependencies": {
"CryptoSwift": [
"~> 0.12"
],
"PromiseKit": [
"~> 6.4"
],
"BigInt": [
"~> 3.1"
],
"secp256k1.c": [
"~> 0.1"
],
"keccak.c": [
"~> 0.1"
],
"scrypt.c": [
"~> 0.1"
]
},
"swift_version": "4.2"
}