[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / BitcoinCashKit.swift / 0.15.4 / BitcoinCashKit.swift.podspec.json
blob297e973f035b5db81d96193e3dc3950350370af1
2   "name": "BitcoinCashKit.swift",
3   "module_name": "BitcoinCashKit",
4   "version": "0.15.4",
5   "summary": "BitcoinCash library for Swift.",
6   "description": "BitcoinCashKit implements BitcoinCash protocol in Swift. It is an implementation of the BitcoinCash SPV protocol written (almost) entirely in swift.",
7   "homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "source": {
16     "git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
17     "tag": "bitcoin-cash-0.15.4"
18   },
19   "social_media_url": "http://horizontalsystems.io/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source_files": "BitcoinCashKit/Classes/**/*",
25   "resource_bundles": {
26     "BitcoinCashKit": "BitcoinCashKit/Assets/Checkpoints/*"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "BitcoinCore.swift": [
31       "~> 0.15"
32     ],
33     "OpenSslKit.swift": [
34       "~> 1.0"
35     ],
36     "Secp256k1Kit.swift": [
37       "~> 1.0"
38     ],
39     "HdWalletKit.swift": [
40       "~> 1.5"
41     ],
42     "ObjectMapper": [
43       "~> 3.0"
44     ],
45     "RxSwift": [
46       "~> 5.0"
47     ],
48     "BigInt": [
49       "~> 5.0"
50     ],
51     "GRDB.swift": [
52       "~> 4.0"
53     ]
54   },
55   "user_target_xcconfig": {
56     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57   },
58   "pod_target_xcconfig": {
59     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
60   },
61   "swift_version": "5"