blob: 0350345d0af2b79f4f94b75d6b6ec45f7c3ff33f [file] [log] [blame]
{
"name": "Bitcoin",
"version": "0.6.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.6.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Bitcoin/**/*",
"platforms": {
"ios": "11.0"
},
"module_name": "Bitcoin",
"dependencies": {
"CBitcoin": [
],
"WolfCore": [
]
}
}