blob: db069e507ba5a2d01aa498bf2efaa3bb017a75d2 [file] [log] [blame]
{
"name": "BitcoinCashKit-Universal.swift",
"module_name": "BitcoinCashKit",
"version": "0.17",
"summary": "BitcoinCash library for Swift. Supports iOS & macOS",
"description": "BitcoinCashKit implements BitcoinCash protocol in Swift. It is an implementation of the BitcoinCash SPV protocol written (almost) entirely in swift.",
"homepage": "https://github.com/cuhte3/bitcoin-kit-universal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch",
"cuhte3": "farid@getportal.co"
},
"source": {
"git": "https://github.com/cuhte3/bitcoin-kit-universal.git",
"tag": "bitcoin-cash-0.17"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "13.0",
"osx": "10.14"
},
"swift_versions": "5",
"source_files": "BitcoinCashKit/Classes/**/*",
"resource_bundles": {
"BitcoinCashKit": "BitcoinCashKit/Assets/Checkpoints/*"
},
"requires_arc": true,
"dependencies": {
"BitcoinCore-Universal.swift": [
"~> 0.17"
],
"OpenSslKit-Universal.swift": [
"~> 1.2.2"
],
"Secp256k1Kit-Universal.swift": [
"~> 1.1"
],
"HdWalletKit-Universal.swift": [
"~> 1.5.2"
],
"ObjectMapper": [
"~> 4.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 5.0"
],
"GRDB.swift": [
"~> 5.0"
]
},
"swift_version": "5"
}