[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 6 / Tesseract.EthereumWeb3 / 0.1.0 / Tesseract.EthereumWeb3.podspec.json
blob6fad172fb1230a0ec615ed732cde38fd9858a06b
2   "name": "Tesseract.EthereumWeb3",
3   "version": "0.1.0",
4   "summary": "Tesseract Ethereum Web3 library with signing support for Swift",
5   "description": "Web3 library which can be used with Tesseract Open Wallet or Tesseract Wallet libraries for signing.\nSupports eth, net and personal RPC api. Filters handled by polling on client.",
6   "homepage": "https://github.com/tesseract-one/EthereumWeb3.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/EthereumWeb3.swift.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/tesseract_one",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "module_name": "EthereumWeb3",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/EthereumWeb3/**/*.swift",
28       "dependencies": {
29         "Tesseract.EthereumTypes": [
30           "~> 0.1"
31         ]
32       }
33     },
34     {
35       "name": "PromiseKit",
36       "source_files": "Sources/PromiseKit/**/*.swift",
37       "dependencies": {
38         "Tesseract.EthereumWeb3/Core": [
40         ],
41         "PromiseKit/CorePromise": [
42           "~> 6.8"
43         ]
44       }
45     }
46   ]