[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / a / HdWalletKit.swift / 1.4 / HdWalletKit.swift.podspec.json
blob44c89f6850c4980ec7abd16f43ed43560641e1e2
2   "name": "HdWalletKit.swift",
3   "module_name": "HdWalletKit",
4   "version": "1.4",
5   "summary": "HD Wallet library for Swift.",
6   "description": "HD Wallet library that makes possible generating and validating mnemonic phrases. Also it can generates public / private keys for HD keychain.",
7   "homepage": "https://github.com/horizontalsystems/hd-wallet-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "source": {
16     "git": "https://github.com/horizontalsystems/hd-wallet-kit-ios.git",
17     "tag": "1.4"
18   },
19   "social_media_url": "http://horizontalsystems.io/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source_files": "HdWalletKit/Classes/**/*",
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES"
28   },
29   "dependencies": {
30     "OpenSslKit.swift": [
31       "~> 1.0"
32     ],
33     "Secp256k1Kit.swift": [
34       "~> 1.0"
35     ]
36   },
37   "swift_version": "5"