8 "summary": "A native Bitcoin SPV client library for iOS with BIP32 support.",
9 "homepage": "https://github.com/keeshux/BitcoinSPV",
11 "Davide De Rosa": "keeshux@gmail.com"
14 "git": "https://github.com/keeshux/BitcoinSPV.git",
17 "source_files": "BitcoinSPV/Sources/BitcoinSPV.h",
23 "BitcoinSPV": "BitcoinSPV/Resources/*"
27 "OpenSSL-Universal": [
44 "BitcoinSPV/Sources/BIPS/*.{h,m}",
45 "BitcoinSPV/Sources/Core/*.{h,m}",
46 "BitcoinSPV/Sources/Global/*.{h,m}",
47 "BitcoinSPV/Sources/Parameters/*.{h,m}",
48 "BitcoinSPV/Sources/Utils/*.{h,m}"
54 "BitcoinSPV/Sources/Blockchain/*.{h,m}",
55 "BitcoinSPV/Sources/Model/*.{h,m}"
57 "frameworks": "CoreData",
66 "source_files": "BitcoinSPV/Sources/Wallet/*.{h,m}",
71 "BitcoinSPV/Blockchain": [
79 "BitcoinSPV/Sources/Networking/*.{h,m}",
80 "BitcoinSPV/Sources/Protocol/*.{h,m}"
86 "BitcoinSPV/Blockchain": [
89 "BitcoinSPV/Wallet": [
97 "BitcoinSPV/Sources/Currency/*.{h,m}",
98 "BitcoinSPV/Sources/Web/*.{h,m}"