blob: d2b0d35ab8d07721ff1fe68653c5e02b8997197d [file] [log] [blame]
{
"name": "Hodler.swift",
"module_name": "Hodler",
"version": "0.13.1",
"summary": "Hodler library for Swift.",
"description": "Hodler plugin enables to send/receive/spend time-locked transactions.",
"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": "hodler-0.13.1"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "Hodler/Classes/**/*",
"requires_arc": true,
"dependencies": {
"BitcoinCore.swift": [
"~> 0.13.1"
],
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
]
},
"swift_version": "5"
}