11 "summary": "A native Bitcoin SPV client library for iOS with BIP32 support.",
12 "homepage": "https://github.com/keeshux/bitcoinspv",
14 "Davide De Rosa": "keeshux@gmail.com"
17 "git": "https://github.com/keeshux/bitcoinspv.git",
20 "source_files": "BitcoinSPV/Sources/BitcoinSPV.h",
26 "BitcoinSPV": "BitcoinSPV/Resources/Content/**/*"
47 "BitcoinSPV/Sources/BIPS/*.{h,m}",
48 "BitcoinSPV/Sources/Core/*.{h,m}",
49 "BitcoinSPV/Sources/Global/*.{h,m}",
50 "BitcoinSPV/Sources/Parameters/*.{h,m}",
51 "BitcoinSPV/Sources/Utils/*.{h,m}"
53 "private_header_files": [
54 "BitcoinSPV/Sources/Core/WSMacrosPrivate.h",
55 "BitcoinSPV/Sources/Global/WSLogging.h",
56 "BitcoinSPV/Sources/Utils/WSLogFormatter.h"
62 "BitcoinSPV/Sources/Blockchain/*.{h,m}",
63 "BitcoinSPV/Sources/Model/*.{h,m}"
65 "frameworks": "CoreData",
74 "source_files": "BitcoinSPV/Sources/Wallet/*.{h,m}",
79 "BitcoinSPV/Blockchain": [
87 "BitcoinSPV/Sources/Networking/*.{h,m}",
88 "BitcoinSPV/Sources/Protocol/*.{h,m}"
94 "BitcoinSPV/Blockchain": [
97 "BitcoinSPV/Wallet": [
105 "BitcoinSPV/Sources/Currency/*.{h,m}",
106 "BitcoinSPV/Sources/Web/*.{h,m}"