[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / c / 3 / b / BitcoinKit.swift / 0.9.0 / BitcoinKit.swift.podspec.json
blob9a8a0956387198b399ff518812d356f1d3377ccd
2   "name": "BitcoinKit.swift",
3   "module_name": "BitcoinKit",
4   "version": "0.9.0",
5   "summary": "Bitcoin library for Swift",
6   "description": "BitcoinKit implements Bitcoin 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.9.0"
20   },
21   "source_files": "BitcoinKit/BitcoinKit/**/*.{h,m,swift}",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_versions": "5",
26   "dependencies": {
27     "BitcoinCore.swift": [
28       "~> 0.9.0"
29     ],
30     "Hodler.swift": [
31       "~> 0.9.0"
32     ],
33     "HSCryptoKit": [
34       "~> 1.4"
35     ],
36     "HSHDWalletKit": [
37       "~> 1.2"
38     ],
39     "Alamofire": [
40       "~> 4.0"
41     ],
42     "ObjectMapper": [
43       "~> 3.0"
44     ],
45     "RxSwift": [
46       "~> 5.0"
47     ],
48     "BigInt": [
49       "~> 4.0"
50     ],
51     "GRDB.swift": [
52       "~> 4.0"
53     ]
54   },
55   "swift_version": "5"