blob: 521dd9c499f270b38d8bc652459ca6c3374c1eb0 [file] [log] [blame]
{
"name": "BitcoinKit.swift",
"module_name": "BitcoinKit",
"version": "0.5.1",
"summary": "Bitcoin library for Swift",
"description": "BitcoinKit implements Bitcoin protocol 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.1"
},
"source_files": "BitcoinKit/BitcoinKit/**/*.{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"
]
}
}