blob: d208c59338bb3280803d65939bb94b2f811064c1 [file] [log] [blame]
{
"name": "BitcoinCashKit.swift",
"module_name": "BitcoinCashKit",
"version": "0.5",
"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.\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.5"
},
"source_files": "BitcoinCashKit/BitcoinCashKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"dependencies": {
"BitcoinCore.swift": [
"~> 0.5"
],
"HSCryptoKit": [
"~> 1.0"
],
"HSHDWalletKit": [
"~> 1.0"
],
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0"
],
"BigInt": [
"~> 4.0"
],
"GRDB.swift": [
"~> 3.0"
]
}
}