blob: e34fb14881947ee5a1a827416ff7c590b02ecf46 [file] [log] [blame]
{
"name": "Bitcoin",
"version": "0.5.0",
"summary": "Swift bindings for libbitcoin, including Shamir Secret Sharing.",
"homepage": "https://github.com/blockchaincommons/iOS-Bitcoin",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/blockchaincommons/iOS-Bitcoin.git",
"tag": "0.5.0"
},
"swift_versions": "5.0",
"source_files": "Bitcoin/Classes/**/*",
"platforms": {
"ios": "11.0"
},
"module_name": "Bitcoin",
"dependencies": {
"CBitcoin": [
],
"WolfPipe": [
],
"WolfFoundation": [
]
}
}