[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / BitcoinCashKit.swift / 0.15.0 / BitcoinCashKit.swift.podspec.json
blob5172c6e8abf78bf9ab3a0c3ddf037214cca7dccc
2   "name": "BitcoinCashKit.swift",
3   "module_name": "BitcoinCashKit",
4   "version": "0.15.0",
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.0"
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.14"
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   "swift_version": "5"