4 "summary": "Bitcoin(BCH/BTC) protocol toolkit for Swift",
5 "description": "The BitcoinKit library is a Swift implementation of the Bitcoin(BCH/BTC) protocol. This library was originally made by Katsumi Kishikawa, and now is maintained by Yenom Inc. It allows maintaining a wallet and sending/receiving transactions without needing a full blockchain node. It comes with a simple wallet app showing how to use it.\n```",
6 "homepage": "https://github.com/yenom/BitcoinKit",
12 "BitcoinKit developers": "usatie@yenom.tech"
16 "git": "https://github.com/yenom/BitcoinKit.git",
20 "BitcoinKit/**/*.{h,m,swift}",
21 "Sources/BitcoinKit/**/*.{h,m,swift}"
23 "private_header_files": "BitcoinKit/**/BitcoinKitPrivate.h",
24 "exclude_files": "Sources/**/LinuxSupport.swift",
25 "module_map": "BitcoinKit/BitcoinKit.modulemap",
29 "swift_version": "4.1",
30 "pod_target_xcconfig": {
31 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
32 "APPLICATION_EXTENSION_API_ONLY": "YES",
33 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/BitcoinKit/Libraries",
34 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BitcoinKit/Libraries/openssl/include\" \"${PODS_ROOT}/BitcoinKit/Libraries/secp256k1/include\"",
35 "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/BitcoinKit/Libraries/openssl/lib\" \"${PODS_ROOT}/BitcoinKit/Libraries/secp256k1/lib\"",
36 "OTHER_SWIFT_FLAGS": "-D BitcoinKitXcode"
42 "prepare_command": "sh setup/build_libraries.sh"