[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / HDWalletKit / 0.0.3 / HDWalletKit.podspec.json
blob8dd3df260d19d4d6448486c27464f6f9c6c9904a
2   "name": "HDWalletKit",
3   "version": "0.0.3",
4   "summary": "Hierarchical Deterministic(HD) wallet for cryptocurrencies",
5   "description": "WalletKit is a Swift framwork that enables you to create and use bitcoin HD wallet([Hierarchical Deterministic Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)) in your own app.",
6   "homepage": "https://github.com/essentiaone/HDWallet.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "impl": "pavlo.bojkoo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/essentiaone/HDWallet.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_version": "4",
25   "static_framework": true,
26   "module_name": "HDWalletKit",
27   "source_files": "HDWalletKit/**/*.{swift}",
28   "dependencies": {
29     "secp256k1.swift": [
30       "~> 0.1.4"
31     ],
32     "CryptoSwift": [
33       "~> 0.10.0"
34     ]
35   }