[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 2 / a / Web3 / 0.4.1 / Web3.podspec.json
blobf86f3c1024c9d62e534317e888d4c3e2373c63c2
2   "name": "Web3",
3   "version": "0.4.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": "5.0.1",
25   "pod_target_xcconfig": {
26     "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
27   },
28   "default_subspecs": [
29     "Core",
30     "HTTPExtension"
31   ],
32   "swift_version": "5.0.1",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Web3/Classes/Core/**/*",
37       "dependencies": {
38         "BigInt": [
39           "~> 4.0"
40         ],
41         "CryptoSwift": [
42           "~> 1.0"
43         ],
44         "secp256k1.swift": [
45           "~> 0.1"
46         ]
47       }
48     },
49     {
50       "name": "HTTPExtension",
51       "source_files": "Web3/Classes/FoundationHTTP/**/*",
52       "dependencies": {
53         "Web3/Core": [
55         ]
56       }
57     },
58     {
59       "name": "PromiseKit",
60       "source_files": "Web3/Classes/PromiseKit/**/*",
61       "dependencies": {
62         "Web3/Core": [
64         ],
65         "PromiseKit/CorePromise": [
66           "~> 6.0"
67         ]
68       }
69     },
70     {
71       "name": "ContractABI",
72       "source_files": "Web3/Classes/ContractABI/**/*",
73       "dependencies": {
74         "Web3/Core": [
76         ]
77       }
78     }
79   ]