[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / 4 / HDWalletKit / 0.1.2 / HDWalletKit.podspec.json
blob23fc22bb83f2e935ca96ed0c465ba91892e4a4dd
2   "name": "HDWalletKit",
3   "version": "0.1.2",
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.1.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "swift_version": "4.1",
23   "static_framework": true,
24   "module_name": "HDWalletKit",
25   "source_files": "HDWalletKit/**/*.{swift}",
26   "dependencies": {
27     "secp256k1.swift": [
28       "~> 0.1.4"
29     ],
30     "CryptoSwift": [
31       "~> 0.11"
32     ],
33     "scrypt": [
34       "~> 1.5"
35     ]
36   }