[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / f / 7 / 1 / BitcoinKit / 1.0.2 / BitcoinKit.podspec.json
blob8009e2da7ae6837b17b7142108fbedd8614c0723
2   "name": "BitcoinKit",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BitcoinKit developers": "usatie@yenom.tech"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/yenom/BitcoinKit.git",
17     "tag": "v1.0.2"
18   },
19   "source_files": [
20     "BitcoinKit/**/*.{h,m,swift}",
21     "Sources/BitcoinKit/**/*.{h,m,swift}"
22   ],
23   "private_header_files": "BitcoinKit/**/BitcoinKitPrivate.h",
24   "exclude_files": "Sources/**/LinuxSupport.swift",
25   "module_map": "BitcoinKit/BitcoinKit.modulemap",
26   "platforms": {
27     "ios": "8.0"
28   },
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"
37   },
38   "preserve_paths": [
39     "setup",
40     "Libraries"
41   ],
42   "prepare_command": "sh setup/build_libraries.sh"