[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / BitcoinCashKit.swift / 0.13 / BitcoinCashKit.swift.podspec.json
bloba4c7e061545fa5543df6be203330bdc5845aba93
2   "name": "BitcoinCashKit.swift",
3   "module_name": "BitcoinCashKit",
4   "version": "0.13",
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.13"
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.12.3"
32     ],
33     "OpenSslKit.swift": [
34       "~> 1.0"
35     ],
36     "Secp256k1Kit.swift": [
37       "~> 1.0"
38     ],
39     "HdWalletKit.swift": [
40       "~> 1.4"
41     ],
42     "Alamofire": [
43       "~> 4.0"
44     ],
45     "ObjectMapper": [
46       "~> 3.0"
47     ],
48     "RxSwift": [
49       "~> 5.0"
50     ],
51     "BigInt": [
52       "~> 5.0"
53     ],
54     "GRDB.swift": [
55       "~> 4.0"
56     ]
57   },
58   "swift_version": "5"