[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 2 / e / Web3Modal / 1.0.15 / Web3Modal.podspec.json
blobe321c71dd05f63d49a1851b20b87ff39d1f1d909
2   "name": "Web3Modal",
3   "version": "1.0.15",
4   "summary": "A single Web3 provider solution for all Wallets",
5   "description": "Your on-ramp to web3 multichain. Web3Modal is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.",
6   "screenshots": "https://web3modal.com/images/hero-banner.png",
7   "homepage": "https://web3modal.com/",
8   "license": {
9     "type": "Apache-2.0",
10     "file": "LICENSE"
11   },
12   "authors": "WalletConnect, Inc.",
13   "social_media_url": "https://twitter.com/WalletConnect",
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.9",
18   "source": {
19     "git": "https://github.com/WalletConnect/web3modal-swift.git",
20     "tag": "1.0.15"
21   },
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS": "-DCocoaPods"
24   },
25   "default_subspecs": "Web3Modal",
26   "subspecs": [
27     {
28       "name": "Web3Modal",
29       "source_files": "Sources/Web3Modal/**/*.{h,m,swift}",
30       "dependencies": {
31         "Web3Modal/Web3ModalUI": [
33         ],
34         "Web3Modal/Web3ModalBackport": [
36         ],
37         "WalletConnectSwiftV2/WalletConnectSign": [
38           "~> 1.9.0"
39         ],
40         "DSF_QRCode": [
41           "~> 16.1.1"
42         ]
43       },
44       "resource_bundles": {
45         "Web3Modal": [
46           "Sources/Web3Modal/Resources/*"
47         ]
48       }
49     },
50     {
51       "name": "Web3ModalUI",
52       "source_files": "Sources/Web3ModalUI/**/*.{h,m,swift}",
53       "dependencies": {
54         "Web3Modal/Web3ModalBackport": [
56         ]
57       },
58       "resource_bundles": {
59         "Web3ModalUI": [
60           "Sources/Web3ModalUI/Resources/*"
61         ]
62       }
63     },
64     {
65       "name": "Web3ModalBackport",
66       "source_files": "Sources/Web3ModalBackport/**/*.{h,m,swift}"
67     }
68   ],
69   "swift_version": "5.9"