[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 2 / BeaconBlockchainSubstrate / 3.1.0 / BeaconBlockchainSubstrate.podspec.json
blobab3d78e4c344663b0efc833f76e9498200b73fe1
2   "name": "BeaconBlockchainSubstrate",
3   "version": "3.1.0",
4   "summary": "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainSubstrate provides a set of messages, utility functions and other components specific for Substrate blockchains.",
5   "description": "Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainSubstrate provides a set of messages, utility functions and other components specific for Substrate blockchains.",
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.1.0"
20   },
21   "source_files": "Sources/BlockchainSubstrate/**/*.{swift}",
22   "dependencies": {
23     "BeaconCore": [
24       "~> 3.1.0"
25     ]
26   }