4 "summary": "Reown WalletKit",
5 "description": "Implementation of WalletKit",
6 "homepage": "https://reown.com",
11 "authors": "Reown, Inc.",
13 "git": "https://github.com/reown-com/reown-swift.git",
19 "swift_versions": "5.3",
20 "pod_target_xcconfig": {
21 "OTHER_SWIFT_FLAGS": "-DCocoaPods"
23 "default_subspecs": "WalletKit",
27 "source_files": "Sources/ReownWalletKit/**/*.{h,m,swift}",
29 "reown-swift/WalletConnectSign": [
32 "reown-swift/WalletConnectPush": [
35 "reown-swift/WalletConnectVerify": [
41 "name": "WalletConnectSign",
42 "source_files": "Sources/WalletConnectSign/**/*.{h,m,swift}",
44 "reown-swift/WalletConnectPairing": [
47 "reown-swift/WalletConnectSigner": [
50 "reown-swift/WalletConnectVerify": [
53 "reown-swift/Events": [
59 "name": "WalletConnectVerify",
60 "source_files": "Sources/WalletConnectVerify/**/*.{h,m,swift}",
62 "reown-swift/WalletConnectUtils": [
65 "reown-swift/WalletConnectNetworking": [
71 "name": "WalletConnectSigner",
72 "source_files": "Sources/WalletConnectSigner/**/*.{h,m,swift}",
74 "reown-swift/WalletConnectNetworking": [
80 "name": "WalletConnectIdentity",
81 "source_files": "Sources/WalletConnectIdentity/**/*.{h,m,swift}",
83 "reown-swift/WalletConnectNetworking": [
86 "reown-swift/WalletConnectJWT": [
92 "name": "WalletConnectPush",
93 "source_files": "Sources/WalletConnectPush/**/*.{h,m,swift}",
95 "reown-swift/WalletConnectNetworking": [
98 "reown-swift/WalletConnectJWT": [
104 "name": "WalletConnectJWT",
105 "source_files": "Sources/WalletConnectJWT/**/*.{h,m,swift}",
107 "reown-swift/WalletConnectKMS": [
113 "name": "WalletConnectNetworking",
114 "source_files": "Sources/WalletConnectNetworking/**/*.{h,m,swift}",
116 "reown-swift/WalletConnectRelay": [
119 "reown-swift/HTTPClient": [
125 "name": "WalletConnectPairing",
126 "source_files": "Sources/WalletConnectPairing/**/*.{h,m,swift}",
128 "reown-swift/WalletConnectNetworking": [
131 "reown-swift/Events": [
137 "name": "ReownRouter",
138 "source_files": "Sources/ReownRouter/**/*.{h,m,swift}",
144 "name": "WalletConnectRelay",
145 "source_files": "Sources/WalletConnectRelay/**/*.{h,m,swift}",
147 "reown-swift/WalletConnectJWT": [
151 "resource_bundles": {
152 "WalletConnect_WalletConnectRelay": [
153 "Sources/WalletConnectRelay/PackageConfig.json"
158 "name": "WalletConnectUtils",
159 "source_files": "Sources/WalletConnectUtils/**/*.{h,m,swift}",
161 "reown-swift/JSONRPC": [
167 "name": "WalletConnectKMS",
168 "source_files": "Sources/WalletConnectKMS/**/*.{h,m,swift}",
170 "reown-swift/WalletConnectUtils": [
177 "source_files": "Sources/Commons/**/*.{h,m,swift}"
181 "source_files": "Sources/Events/**/*.{h,m,swift}",
183 "reown-swift/WalletConnectNetworking": [
186 "reown-swift/WalletConnectUtils": [
193 "source_files": "Sources/JSONRPC/**/*.{h,m,swift}",
195 "reown-swift/Commons": [
201 "name": "HTTPClient",
202 "source_files": "Sources/HTTPClient/**/*.{h,m,swift}"
205 "swift_version": "5.3"