[Add] DouyinOpenSDK 4.2.0
[CocoaPods.git] / Specs / d / 5 / 6 / Tesseract.EthereumWeb3 / 0.1.3 / Tesseract.EthereumWeb3.podspec.json
blob84dbe68a4081124015f4759bbd91bf18938f4e7a
2   "name": "Tesseract.EthereumWeb3",
3   "version": "0.1.3",
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.3"
17   },
18   "social_media_url": "https://twitter.com/tesseract_one",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "module_name": "EthereumWeb3",
26   "swift_versions": [
27     "5.0",
28     "5.0"
29   ],
30   "default_subspecs": "Core",
31   "swift_version": "5.0",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/EthereumWeb3/**/*.swift",
36       "dependencies": {
37         "Tesseract.EthereumTypes": [
38           "~> 0.1"
39         ]
40       }
41     },
42     {
43       "name": "PromiseKit",
44       "source_files": "Sources/PromiseKit/**/*.swift",
45       "dependencies": {
46         "Tesseract.EthereumWeb3/Core": [
48         ],
49         "PromiseKit/CorePromise": [
50           "~> 6.8"
51         ]
52       }
53     }
54   ]