[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / c / EtherWalletKit / 0.1.2 / EtherWalletKit.podspec.json
blob8a299fce86811a2a2fe1e571ab9d7e1365a56e82
2   "name": "EtherWalletKit",
3   "version": "0.1.2",
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.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*",
23   "dependencies": {
24     "web3swift": [
25       "~> 0.8.0"
26     ]
27   }