2 "name": "MagicSDK-Web3",
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/Ethella/Web3.swift.git",
27 "pod_target_xcconfig": {
28 "OTHER_SWIFT_FLAGS": "-DWeb3CocoaPods"
37 "source_files": "MagicSDK-Web3/Classes/Core/**/*",
51 "name": "HTTPExtension",
52 "source_files": "MagicSDK-Web3/Classes/FoundationHTTP/**/*",
54 "MagicSDK-Web3/Core": [
61 "source_files": "MagicSDK-Web3/Classes/PromiseKit/**/*",
63 "MagicSDK-Web3/Core": [
66 "PromiseKit/CorePromise": [
72 "name": "ContractABI",
73 "source_files": "MagicSDK-Web3/Classes/ContractABI/**/*",
75 "MagicSDK-Web3/Core": [
81 "swift_version": "5.1.3"