[Add] ikame_ios_sdk 1.0.417
[CocoaPods.git] / Specs / e / 7 / 6 / Vite_HDWalletKit / 1.2.0 / Vite_HDWalletKit.podspec.json
blob4d4b772c9c788af571080b69f6eff836ef516e67
2   "name": "Vite_HDWalletKit",
3   "version": "1.2.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.2.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.12.0"
33     ],
34     "TrezorCryptoEd25519WithBlake2b": [
35       "~> 0.0.1"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
40   }