[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / f / 4 / DashKit.swift / 0.5.1 / DashKit.swift.podspec.json
blob0c16281381880b1246e9d503f7669119aa818d31
2   "name": "DashKit.swift",
3   "module_name": "DashKit",
4   "version": "0.5.1",
5   "summary": "Dash library for Swift",
6   "description": "DashKit implements Dash protocol 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.1"
20   },
21   "source_files": "DashKit/DashKit/**/*.{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     "CryptoX11.swift": [
37       "~> 1.0"
38     ],
39     "Alamofire": [
40       "~> 4.0"
41     ],
42     "ObjectMapper": [
43       "~> 3.0"
44     ],
45     "RxSwift": [
46       "~> 4.0"
47     ],
48     "BigInt": [
49       "~> 4.0"
50     ],
51     "GRDB.swift": [
52       "~> 3.0"
53     ]
54   }