[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 2 / 0 / BeaconBlockchainTezos / 3.2.2 / BeaconBlockchainTezos.podspec.json
blobace61bc0bc935e0265aa7e184c90a5c7ea700f13
2   "name": "BeaconBlockchainTezos",
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. BeaconBlockchainTezos provides a set of messages, utility functions and other components specific for the Tezos blockchain.",
5   "description": "Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainTezos provides a set of messages, utility functions and other components specific for the Tezos blockchain.",
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/BlockchainTezos/**/*.{swift}",
22   "dependencies": {
23     "BeaconCore": [
24       "~> 3.2.2"
25     ]
26   }