[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / c / EtherWalletKit / 0.1.0 / EtherWalletKit.podspec.json
blob4996ae9effc95376708cf25622bc37479488799d
2   "name": "EtherWalletKit",
3   "version": "0.1.0",
4   "summary": "Ethereum Wallet API Wrapper for Swift",
5   "swift_version": "4.0",
6   "description": "Ethereum Wallet API Wrapper for Swift - 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.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*",
23   "dependencies": {
24     "web3swift": [
25       "~> 0.8.0"
26     ]
27   }