[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / c / ViteEthereum / 0.0.2 / ViteEthereum.podspec.json
blobc95f94995a5e6c68d328ef9a70c8b762e663b2b1
2   "name": "ViteEthereum",
3   "version": "0.0.2",
4   "summary": "Vite Ethereum wallet kit",
5   "homepage": "https://github.com/vitelabs/vite-ethereum-ios",
6   "description": "Vite Ethereum is a swift framework that you  can  create mnemonic words ,bip public key ,address,send eth,send erc20 token",
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-ethereum-ios.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ViteEthereum/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Security"
25   ],
26   "dependencies": {
27     "web3swift.pod": [
28       "2.1.9"
29     ],
30     "CryptoSwift": [
31       "0.14.0"
32     ]
33   }