[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 6 / WalletConnectSwiftV2 / 1.3.0 / WalletConnectSwiftV2.podspec.json
blob0b5e622fc83e75107548cf2b9344064d5a75e988
2   "name": "WalletConnectSwiftV2",
3   "version": "1.3.0",
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",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "WalletConnect, Inc.",
12   "social_media_url": "https://twitter.com/WalletConnect",
13   "source": {
14     "git": "https://github.com/WalletConnect/WalletConnectSwiftV2.git",
15     "tag": "1.3.0"
16   },
17   "swift_versions": "5.3",
18   "pod_target_xcconfig": {
19     "OTHER_SWIFT_FLAGS": "-DCocoaPods"
20   },
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15",
24     "tvos": "13.0"
25   },
26   "default_subspecs": "WalletConnect",
27   "subspecs": [
28     {
29       "name": "WalletConnect",
30       "source_files": "Sources/WalletConnectSign/**/*.{h,m,swift}",
31       "dependencies": {
32         "WalletConnectSwiftV2/WalletConnectPairing": [
34         ]
35       }
36     },
37     {
38       "name": "WalletConnectAuth",
39       "source_files": "Sources/Auth/**/*.{h,m,swift}",
40       "dependencies": {
41         "WalletConnectSwiftV2/WalletConnectPairing": [
43         ]
44       }
45     },
46     {
47       "name": "Web3Wallet",
48       "source_files": "Sources/Web3Wallet/**/*.{h,m,swift}",
49       "dependencies": {
50         "WalletConnectSwiftV2/WalletConnect": [
52         ],
53         "WalletConnectSwiftV2/WalletConnectAuth": [
55         ]
56       }
57     },
58     {
59       "name": "WalletConnectChat",
60       "source_files": "Sources/Chat/**/*.{h,m,swift}",
61       "dependencies": {
62         "WalletConnectSwiftV2/WalletConnectNetworking": [
64         ]
65       }
66     },
67     {
68       "name": "WalletConnectNetworking",
69       "source_files": "Sources/WalletConnectNetworking/**/*.{h,m,swift}",
70       "dependencies": {
71         "WalletConnectSwiftV2/WalletConnectRelay": [
73         ]
74       }
75     },
76     {
77       "name": "WalletConnectPairing",
78       "source_files": "Sources/WalletConnectPairing/**/*.{h,m,swift}",
79       "dependencies": {
80         "WalletConnectSwiftV2/WalletConnectNetworking": [
82         ]
83       }
84     },
85     {
86       "name": "WalletConnectRouter",
87       "source_files": "Sources/WalletConnectRouter/**/*.{h,m,swift}",
88       "platforms": {
89         "ios": "13.0"
90       }
91     },
92     {
93       "name": "WalletConnectNetworking",
94       "source_files": "Sources/WalletConnectNetworking/**/*.{h,m,swift}",
95       "dependencies": {
96         "WalletConnectSwiftV2/WalletConnectRelay": [
98         ]
99       }
100     },
101     {
102       "name": "WalletConnectRelay",
103       "source_files": "Sources/WalletConnectRelay/**/*.{h,m,swift}",
104       "dependencies": {
105         "WalletConnectSwiftV2/WalletConnectKMS": [
107         ]
108       },
109       "resource_bundles": {
110         "WalletConnect_WalletConnectRelay": [
111           "Sources/WalletConnectRelay/PackageConfig.json"
112         ]
113       }
114     },
115     {
116       "name": "WalletConnectUtils",
117       "source_files": "Sources/WalletConnectUtils/**/*",
118       "dependencies": {
119         "WalletConnectSwiftV2/JSONRPC": [
121         ]
122       }
123     },
124     {
125       "name": "WalletConnectKMS",
126       "source_files": "Sources/WalletConnectKMS/**/*",
127       "dependencies": {
128         "WalletConnectSwiftV2/WalletConnectUtils": [
130         ]
131       }
132     },
133     {
134       "name": "Commons",
135       "source_files": "Sources/Commons/**/*"
136     },
137     {
138       "name": "JSONRPC",
139       "source_files": "Sources/JSONRPC/**/*",
140       "dependencies": {
141         "WalletConnectSwiftV2/Commons": [
143         ]
144       }
145     }
146   ],
147   "swift_version": "5.3"