[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 6 / HDWalletSwiftSdk / 0.3.8 / HDWalletSwiftSdk.podspec.json
blob4d5c3f1112151855fd5b1e00300a12ed3776200c
2   "name": "HDWalletSwiftSdk",
3   "version": "0.3.8",
4   "summary": "Hierarchical Deterministic(HD) wallet for cryptocurrencies in Swift",
5   "description": "Simple Swift library for creating HD ([Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)) cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.",
6   "homepage": "https://github.com/serhiy1017/HDWalletSwiftSdk.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "impl": "s.bezpalyi@yandex.com"
13   },
14   "source": {
15     "git": "https://github.com/serhiy1017/HDWalletSwiftSdk.git",
16     "tag": "0.3.8"
17   },
18   "swift_versions": "5",
19   "static_framework": true,
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.11"
23   },
24   "module_name": "HDWalletKit",
25   "source_files": "HDWalletKit/**/*.{swift}",
26   "dependencies": {
27     "secp256k1.swift": [
28       "~> 0.1.4"
29     ],
30     "CryptoSwift": [
31       "~> 1.0.0"
32     ]
33   },
34   "swift_version": "5"