blob: 48f346821741f4df3f188e8cb4e668427d109966 [file] [log] [blame]
{
"name": "WalletConnectSwift",
"version": "1.2.0",
"summary": "A delightful way to integrate WalletConnect into your app.",
"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.",
"homepage": "https://github.com/WalletConnect/WalletConnectSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Scherbovich": "andrey@gnosis.io",
"Dmitry Bespalov": "dmitry.bespalov@gnosis.io"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/WalletConnect/WalletConnectSwift.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 1.2"
],
"Starscream": [
"~> 3.1"
]
},
"swift_version": "5.0"
}