[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / a / Web3 / 0.4.2 / Web3.podspec.json
blob1fb6413b5636e280b8090419b70992ffd7224edb
2   "name": "Web3",
3   "version": "0.4.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/Boilertalk/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/Boilertalk/Web3.swift.git",
16     "tag": "0.4.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   ],
30   "pod_target_xcconfig": {
31     "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
32   },
33   "default_subspecs": [
34     "Core",
35     "HTTPExtension"
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Web3/Classes/Core/**/*",
41       "dependencies": {
42         "BigInt": [
43           "~> 4.0"
44         ],
45         "CryptoSwift": [
46           "~> 1.0"
47         ],
48         "secp256k1.swift": [
49           "~> 0.1"
50         ]
51       }
52     },
53     {
54       "name": "HTTPExtension",
55       "source_files": "Web3/Classes/FoundationHTTP/**/*",
56       "dependencies": {
57         "Web3/Core": [
59         ]
60       }
61     },
62     {
63       "name": "PromiseKit",
64       "source_files": "Web3/Classes/PromiseKit/**/*",
65       "dependencies": {
66         "Web3/Core": [
68         ],
69         "PromiseKit/CorePromise": [
70           "~> 6.0"
71         ]
72       }
73     },
74     {
75       "name": "ContractABI",
76       "source_files": "Web3/Classes/ContractABI/**/*",
77       "dependencies": {
78         "Web3/Core": [
80         ]
81       }
82     }
83   ],
84   "swift_version": "5.1.3"