blob: ecb75e58ad1d84bfec44754bb9f94372ed0d3db5 [file] [log] [blame]
{
"name": "BitFreezer-BitcoinKit",
"version": "0.1.2",
"summary": "Bitcoin derivatives Library for Swift.",
"description": "'Bitcoin, BitcoinCash(ABC) and Dash wallet toolkit for Swift. This is a full implementation of wallet creation, restore, send, receive transactions, and more.'",
"homepage": "https://github.com/OleksiiShulzhenko/BitFreezer-BitcoinKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OleksiiShulzhenko": "shulalexex@gmail.com"
},
"source": {
"git": "https://github.com/OleksiiShulzhenko/BitFreezer-BitcoinKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5",
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
]
},
"swift_version": "5"
}