[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / 6 / Vite_HDWalletKit / 1.3.0 / Vite_HDWalletKit.podspec.json
blobcfed52fafcb842450d04a596861d1b5b71f9a39b
2   "name": "Vite_HDWalletKit",
3   "version": "1.3.0",
4   "summary": "Vite App HD wallet kit",
5   "homepage": "https://github.com/vitelabs/vite-keystore-ios",
6   "description": "Vite wallet is a swift framework that you  can  create mnemonic words ,bip public key ,address",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Water": "caoliang@vite.org"
13   },
14   "source": {
15     "git": "https://github.com/vitelabs/vite-keystore-ios.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Vite-keystore/Classes/**/*",
22   "public_header_files": "Vite-keystore/Classes/Core/Crypto/Bit.h",
23   "frameworks": [
24     "UIKit",
25     "Security"
26   ],
27   "dependencies": {
28     "BigInt": [
29       "~> 3.0"
30     ],
31     "CryptoSwift": [
32       "0.14.0"
33     ],
34     "TrezorCryptoEd25519WithBlake2b": [
35       "~> 0.0.1"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
40   }