blob: 7f2764cb5fda7bb24a225710337b18bd39c912d5 [file] [log] [blame]
{
"name": "Bitcoin",
"version": "0.2.0",
"summary": "Swift bindings for libbitcoin.",
"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.2.0"
},
"swift_version": "4.2",
"source_files": "Bitcoin/Classes/**/*",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "Bitcoin",
"dependencies": {
"CBitcoin": [
],
"WolfPipe": [
],
"WolfFoundation": [
]
}
}