[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / BitcoinCashKit.swift / 0.5 / BitcoinCashKit.swift.podspec.json
blobd208c59338bb3280803d65939bb94b2f811064c1
2   "name": "BitcoinCashKit.swift",
3   "module_name": "BitcoinCashKit",
4   "version": "0.5",
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.\n```",
7   "homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "social_media_url": "http://horizontalsystems.io/",
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
19     "tag": "0.5"
20   },
21   "source_files": "BitcoinCashKit/BitcoinCashKit/**/*.{h,m,swift}",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_version": "4.2",
26   "dependencies": {
27     "BitcoinCore.swift": [
28       "~> 0.5"
29     ],
30     "HSCryptoKit": [
31       "~> 1.0"
32     ],
33     "HSHDWalletKit": [
34       "~> 1.0"
35     ],
36     "Alamofire": [
37       "~> 4.0"
38     ],
39     "ObjectMapper": [
40       "~> 3.0"
41     ],
42     "RxSwift": [
43       "~> 4.0"
44     ],
45     "BigInt": [
46       "~> 4.0"
47     ],
48     "GRDB.swift": [
49       "~> 3.0"
50     ]
51   }