[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 4 / a / 5 / TezosSwift / 0.0.2 / TezosSwift.podspec.json
blob3489d7fefde95496a6e67b6c11b41cdc62152ab1
2   "name": "TezosSwift",
3   "version": "0.0.2",
4   "summary": "TezosSwift provides a Swift based toolchain for interacting with the Tezos blockchain",
5   "description": "TezosSwift provides utilities for interacting with the Tezos Blockchain over an RPC API.",
6   "homepage": "https://github.com/AckeeCZ/TezosSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ackee": "info@ackee.cz"
13   },
14   "source": {
15     "git": "https://github.com/AckeeCZ/TezosSwift.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "TezosSwift/**/*",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12"
23   },
24   "dependencies": {
25     "BigInt": [
26       "~> 3.1"
27     ],
28     "MnemonicKit": [
30     ],
31     "Sodium": [
32       "~> 0.7.0"
33     ],
34     "Result": [
35       "~> 4.0.0"
36     ]
37   }