[Add] GimbalAirshipAdapter 4.1.0
[CocoaPods.git] / Specs / d / 5 / 6 / Tesseract.EthereumWeb3 / 0.1.2 / Tesseract.EthereumWeb3.podspec.json
blobb643b35aab7c917e6dd6ebce4866087d38646aa7
2   "name": "Tesseract.EthereumWeb3",
3   "version": "0.1.2",
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.2"
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   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/EthereumWeb3/**/*.swift",
31       "dependencies": {
32         "Tesseract.EthereumTypes": [
33           "~> 0.1"
34         ]
35       }
36     },
37     {
38       "name": "PromiseKit",
39       "source_files": "Sources/PromiseKit/**/*.swift",
40       "dependencies": {
41         "Tesseract.EthereumWeb3/Core": [
43         ],
44         "PromiseKit/CorePromise": [
45           "~> 6.8"
46         ]
47       }
48     }
49   ]