[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / c / b / BeaconClientDApp / 3.2.2 / BeaconClientDApp.podspec.json
blobf40c3e44047aa175e9d10945ca28439128e39e29
2   "name": "BeaconClientDApp",
3   "version": "3.2.2",
4   "summary": "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientDApp provides the Beacon implementation for dApps.",
5   "description": "Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientDApp provides the Beacon implementation for dApps.",
6   "homepage": "https://walletbeacon.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julia Samol": "j.samol@papers.ch"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/airgap-it/beacon-ios-sdk.git",
19     "tag": "3.2.2"
20   },
21   "source_files": "Sources/ClientDApp/**/*.{swift}",
22   "dependencies": {
23     "BeaconCore": [
24       "~> 3.2.2"
25     ]
26   }