blob: 6f8fda0d418b0230113c3ca6c9a5c1b506e7daab [file] [log] [blame]
{
"name": "BitcoinCore.swift",
"module_name": "BitcoinCore",
"version": "0.13.4",
"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.",
"homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
"tag": "bitcoin-core-0.13.4"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "BitcoinCore/Classes/**/*",
"requires_arc": true,
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
],
"HdWalletKit.swift": [
"~> 1.4"
],
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 3.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 5.0"
],
"GRDB.swift": [
"~> 4.0"
]
},
"swift_version": "5"
}