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/magicLabs/magic-web3-ios-pod",
12 "Koray Koska": "koray@koska.at",
13 "Jerry Liu": "jerry@magic.link"
16 "git": "https://github.com/magiclabs/magic-web3-ios-pod.git",
32 "pod_target_xcconfig": {
33 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35 "user_target_xcconfig": {
36 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41 "source_files": "MagicSDK-Web3/Classes/Core/**/*",
55 "name": "HTTPExtension",
56 "source_files": "MagicSDK-Web3/Classes/FoundationHTTP/**/*",
58 "MagicSDK-Web3/Core": [
65 "source_files": "MagicSDK-Web3/Classes/PromiseKit/**/*",
67 "MagicSDK-Web3/Core": [
70 "PromiseKit/CorePromise": [
76 "name": "ContractABI",
77 "source_files": "MagicSDK-Web3/Classes/ContractABI/**/*",
79 "MagicSDK-Web3/Core": [
85 "swift_version": "5.1.3"