blob: c35bda80892285c3006a5275f30fec3f4cd4be85 [file] [log] [blame]
{
"name": "BitcoinCore.swift",
"module_name": "BitcoinCore",
"version": "0.9.0",
"summary": "Core library Bitcoin derived wallets for Swift",
"description": "BitcoinCore implements Bitcoin core protocol in Swift. It is an implementation of the Bitcoin SPV protocol written (almost) entirely in swift.\n```",
"homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
"tag": "0.9.0"
},
"source_files": "BitcoinCore/BitcoinCore/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"HSCryptoKit": [
"~> 1.4"
],
"HSHDWalletKit": [
"~> 1.2"
],
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 3.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 4.0"
],
"GRDB.swift": [
"~> 4.0"
]
},
"swift_version": "5"
}