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