[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 4 / a / 5 / TezosSwift / 0.1 / TezosSwift.podspec.json
blob6341a4d4e8f9f9f1c69a58a8f749cb8a83a30891
2   "name": "TezosSwift",
3   "version": "0.1",
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.1"
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": [
29       "~> 1.2.0"
30     ],
31     "Sodium": [
32       "~> 0.7.0"
33     ],
34     "Result": [
35       "~> 4.0.0"
36     ]
37   }