[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 4 / WalletConnectSwift / 1.3.0 / WalletConnectSwift.podspec.json
blob7be0c09598d853984c285d7d612034e000c485a9
2   "name": "WalletConnectSwift",
3   "version": "1.3.0",
4   "summary": "A delightful way to integrate WalletConnect into your app.",
5   "description": "WalletConnect protocol implementation for enabling communication between dapps and\nwallets. This library provides both client and server parts so that you can integrate\nit in your wallet, or in your dapp - whatever you are working on.",
6   "homepage": "https://github.com/WalletConnect/WalletConnectSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Scherbovich": "andrey@gnosis.io",
13     "Dmitry Bespalov": "dmitry.bespalov@gnosis.io"
14   },
15   "cocoapods_version": ">= 1.4.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/WalletConnect/WalletConnectSwift.git",
22     "tag": "1.3.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "requires_arc": true,
26   "dependencies": {
27     "CryptoSwift": [
28       "~> 1.2"
29     ],
30     "Starscream": [
31       "~> 3.1"
32     ]
33   },
34   "swift_version": "5.0"