[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 7 / 6 / BeaconTransportP2PMatrix / 3.2.3 / BeaconTransportP2PMatrix.podspec.json
blobd5abffc5aa86cba7ddb55b4dc65cfb6f8d6ad04b
2   "name": "BeaconTransportP2PMatrix",
3   "version": "3.2.3",
4   "summary": "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconTransportP2PMatrix provides a P2P implementation which uses Matrix network for the communication.",
5   "description": "Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconTransportP2PMatrix provides a P2P implementation which uses Matrix network for the communication.\"",
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.3"
20   },
21   "source_files": "Sources/TransportP2PMatrix/**/*.{swift}",
22   "dependencies": {
23     "BeaconCore": [
24       "~> 3.2.3"
25     ]
26   }