blob: 8eed929e4a00ce65b5de83e9fafd942de82fc971 [file] [log] [blame]
{
"name": "BitcoinCashKit.swift",
"module_name": "BitcoinCashKit",
"version": "0.12.0",
"summary": "BitcoinCash library for Swift.",
"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/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": "0.12.0"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "BitcoinCashKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"BitcoinCore.swift": [
"~> 0.12.0"
],
"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"
}