2 "name": "WalletConnectSwiftV2",
4 "summary": "Swift implementation of WalletConnect v.2 protocol for native iOS applications.",
5 "description": "The communications protocol for web3, WalletConnect brings the ecosystem together by enabling wallets and apps to securely connect and interact.",
6 "homepage": "https://walletconnect.com",
11 "authors": "WalletConnect, Inc.",
12 "social_media_url": "https://twitter.com/WalletConnect",
14 "git": "https://github.com/WalletConnect/WalletConnectSwiftV2.git",
17 "swift_versions": "5.3",
18 "pod_target_xcconfig": {
19 "OTHER_SWIFT_FLAGS": "-DCocoaPods"
26 "default_subspecs": "WalletConnect",
29 "name": "WalletConnect",
30 "source_files": "Sources/WalletConnectSign/**/*",
32 "WalletConnectSwiftV2/WalletConnectPairing": [
38 "name": "WalletConnectAuth",
39 "source_files": "Sources/Auth/**/*",
41 "WalletConnectSwiftV2/WalletConnectPairing": [
47 "name": "WalletConnectChat",
48 "source_files": "Sources/Chat/**/*",
50 "WalletConnectSwiftV2/WalletConnectNetworking": [
56 "name": "WalletConnectNetworking",
57 "source_files": "Sources/WalletConnectNetworking/**/*",
59 "WalletConnectSwiftV2/WalletConnectRelay": [
65 "name": "WalletConnectPairing",
66 "source_files": "Sources/WalletConnectPairing/**/*",
68 "WalletConnectSwiftV2/WalletConnectNetworking": [
74 "name": "WalletConnectPush",
75 "source_files": "Sources/WalletConnectPush/**/*",
77 "WalletConnectSwiftV2/WalletConnectPairing": [
83 "name": "WalletConnectRouter",
84 "source_files": "Sources/WalletConnectRouter/**/*",
90 "name": "WalletConnectNetworking",
91 "source_files": "Sources/WalletConnectNetworking/**/*",
93 "WalletConnectSwiftV2/WalletConnectRelay": [
99 "name": "WalletConnectRelay",
100 "source_files": "Sources/WalletConnectRelay/**/*",
102 "WalletConnectSwiftV2/WalletConnectKMS": [
106 "resource_bundles": {
107 "WalletConnect_WalletConnectRelay": [
108 "Sources/WalletConnectRelay/PackageConfig.json"
113 "name": "WalletConnectUtils",
114 "source_files": "Sources/WalletConnectUtils/**/*",
116 "WalletConnectSwiftV2/JSONRPC": [
122 "name": "WalletConnectKMS",
123 "source_files": "Sources/WalletConnectKMS/**/*",
125 "WalletConnectSwiftV2/WalletConnectUtils": [
132 "source_files": "Sources/Commons/**/*"
136 "source_files": "Sources/JSONRPC/**/*",
138 "WalletConnectSwiftV2/Commons": [
144 "swift_version": "5.3"