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