blob: 1db74a38f5a4c4b19e6b2463d3360dd99b94659e [file] [log] [blame]
{
"name": "CBitcoin",
"version": "0.3.0",
"summary": "C Bindings for libbitcoin, breadwalletcore, and sss (Shamir Secret Sharing).",
"homepage": "https://github.com/blockchaincommons/iOS-CBitcoin",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/blockchaincommons/iOS-CBitcoin.git",
"tag": "0.3.0"
},
"swift_version": "4.2",
"source_files": "CBitcoin/Classes/**/*",
"private_header_files": "CBitcoin/Classes/Private/**/*.hpp",
"vendored_frameworks": "CBitcoin/Frameworks/*",
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-w",
"HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_TARGET_SRCROOT}/CBitcoin/Frameworks/libboost.framework/Headers\" \"${PODS_TARGET_SRCROOT}/CBitcoin/Frameworks/libsecp256k1.framework/Headers\" \"${PODS_TARGET_SRCROOT}/CBitcoin/Frameworks/libbitcoin.framework/Headers\" \"${PODS_TARGET_SRCROOT}/CBitcoin/Frameworks/breadwalletcore.framework/Headers\" \"${PODS_TARGET_SRCROOT}/CBitcoin/Frameworks/libsss.framework/Headers\""
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "CBitcoin",
"prepare_command": "pushd CBitcoin\nrm -rf Frameworks/\nunzip -o -q Frameworks.zip\npopd"
}