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",
12 "Koray Koska": "koray@koska.at"
15 "git": "https://github.com/Boilertalk/Web3.swift.git",
24 "swift_versions": "5.0.1",
25 "pod_target_xcconfig": {
26 "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
32 "swift_version": "5.0.1",
36 "source_files": "Web3/Classes/Core/**/*",
50 "name": "HTTPExtension",
51 "source_files": "Web3/Classes/FoundationHTTP/**/*",
60 "source_files": "Web3/Classes/PromiseKit/**/*",
65 "PromiseKit/CorePromise": [
71 "name": "ContractABI",
72 "source_files": "Web3/Classes/ContractABI/**/*",