blob: 8baf4aefd334ea88a427757957ebf9454650b133 [file] [log] [blame]
{
"name": "DashKit.swift",
"module_name": "DashKit",
"version": "0.9.0",
"summary": "Dash library for Swift",
"description": "DashKit implements Dash 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.9.0"
},
"source_files": "DashKit/DashKit/**/*.{h,m,mm,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"BitcoinCore.swift": [
"~> 0.9.0"
],
"HSCryptoKit": [
"~> 1.4"
],
"HSHDWalletKit": [
"~> 1.2"
],
"CryptoBLS.swift": [
"~> 1.1"
],
"CryptoX11.swift": [
"~> 1.1"
],
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 3.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 4.0"
],
"GRDB.swift": [
"~> 4.0"
]
},
"swift_version": "5"
}