[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 2 / WalletConnectWeb3 / 1.0.2 / WalletConnectWeb3.podspec.json
blob75843362d54bf501438892ef11e83ac55a49e2fe
2   "name": "WalletConnectWeb3",
3   "version": "1.0.2",
4   "summary": "Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.",
5   "description": "Web3 library to sign transactions, interact with Smart Contracts, call\nSmart Contract methods and many things more, all through either a\nHTTP RPC interface provided by this library or a custom RPC interface\n(for example IPC,...).",
6   "homepage": "https://github.com/WalletConnect/Web3.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koray Koska": "koray@koska.at"
13   },
14   "source": {
15     "git": "https://github.com/WalletConnect/Web3.swift.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5.1.3",
26     "5.1.2",
27     "5.0",
28     "5.1",
29     "5.3"
30   ],
31   "dependencies": {
32     "BigInt": [
33       "~> 5.0.0"
34     ],
35     "CryptoSwift": [
36       "~> 1.0.0"
37     ],
38     "secp256k1.swift": [
39       "~> 0.1.1"
40     ]
41   },
42   "source_files": "Sources/Core/*/*.swift",
43   "module_name": "Web3",
44   "swift_version": "5.3"