blob: 80151dff89dc431c4792990643f3e6c500290c7f [file] [log] [blame]
{
"name": "DashKit.swift",
"module_name": "DashKit",
"version": "0.11.0",
"summary": "Dash library for Swift.",
"description": "DashKit implements Dash protocol 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.11.0"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "DashKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"BitcoinCore.swift": [
"~> 0.11.0"
],
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
],
"BlsKit.swift": [
"~> 1.0"
],
"X11Kit.swift": [
"~> 1.0"
],
"HSHDWalletKit": [
"~> 1.3"
],
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 3.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 4.0"
],
"GRDB.swift": [
"~> 4.0"
]
},
"swift_version": "5"
}