[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / b / 4 / c / EtherWalletKit / 0.1.4 / EtherWalletKit.podspec.json
bloba82cafdd6912a980e3f3377eb80172385857c9a5
2   "name": "EtherWalletKit",
3   "version": "0.1.4",
4   "summary": "Ethereum Wallet Toolkit for iOS",
5   "swift_version": "4.0",
6   "description": "Ethereum Wallet Toolkit for iOS - You can implement Ethereum wallet without a server and blockchain knowledge.",
7   "homepage": "https://github.com/SteadyAction/EtherWalletKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "SteadyAction": "steadyaction@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/SteadyAction/EtherWalletKit.git",
17     "tag": "0.1.4"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*",
23   "dependencies": {
24     "web3swift": [
25       "~> 2.0"
26     ],
27     "SwiftKeychainWrapper": [
29     ]
30   }