blob: fab2bd836a7813cdf4cea08ee7a2083b582f8aac [file] [log] [blame]
{
"name": "Hodler.swift",
"module_name": "Hodler",
"version": "0.9.0",
"summary": "Hodler library for Swift",
"description": "Hodler plugin enables to send/receive/spend time-locked transactions.\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": "Hodler/Hodler/**/*.{h,m,mm,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"BitcoinCore.swift": [
"~> 0.9.0"
],
"HSCryptoKit": [
"~> 1.4"
]
},
"swift_version": "5"
}