[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / d / BeaconCore / 3.2.3 / BeaconCore.podspec.json
blob74bb30283ebd9d5765e79f24e247c174adb0f88d
2   "name": "BeaconCore",
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. BeaconCore is a common base for other targets.",
5   "description": "Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconCore is a common base for other targets.",
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/Core/**/*.{swift}",
22   "dependencies": {
23     "Sodium": [
24       "~> 0.9.1"
25     ],
26     "Base58Swift": [
27       "~> 2.1.0"
28     ]
29   }