blob: 70db15aa1aeac056a09d08db0467540c2e3c22bc [file] [log] [blame]
{
"name": "Hodler-Universal.swift",
"module_name": "Hodler",
"version": "0.13.2",
"summary": "Hodler library for Swift. Supports iOS & OSX",
"description": "Hodler plugin enables to send/receive/spend time-locked transactions.",
"homepage": "https://github.com/cuhte3/bitcoin-kit-universal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch",
"cuhte3": "farid@getportal.co"
},
"source": {
"git": "https://github.com/cuhte3/bitcoin-kit-universal.git",
"tag": "hodler-0.13.2"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"swift_versions": "5",
"source_files": "Hodler/Classes/**/*",
"requires_arc": true,
"dependencies": {
"BitcoinCore-Universal.swift": [
"~> 0.13.2"
],
"OpenSslKit-Universal.swift": [
"~> 1.0.1"
],
"Secp256k1Kit-Universal.swift": [
"~> 1.0.1"
]
},
"swift_version": "5"
}