[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / a / f / TezosCrypto / 1.1.0 / TezosCrypto.podspec.json
blob0ea00126d4a7e09e3cfd254e9a7d1aa0f6a659d9
2   "name": "TezosCrypto",
3   "version": "1.1.0",
4   "summary": "TezosCrypto implements cryptography functions for the Tezos Blockchain.",
5   "homepage": "https://github.com/keefertaylor/TezosCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Keefer Taylor": "keefer@keefertaylor.com"
12   },
13   "source": {
14     "git": "https://github.com/keefertaylor/TezosCrypto.git",
15     "tag": "1.1.0"
16   },
17   "source_files": [
18     "TezosCrypto/*.swift",
19     "Base58String/*.swift"
20   ],
21   "swift_version": "4.2",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10"
25   },
26   "dependencies": {
27     "Base58Swift": [
28       "~> 1.0.2"
29     ],
30     "BigInt": [
31       "~> 3.1"
32     ],
33     "CryptoSwift": [
34       "~> 0.14.0"
35     ],
36     "Sodium": [
37       "~> 0.7.0"
38     ]
39   },
40   "testspecs": [
41     {
42       "name": "Tests",
43       "test_type": "unit",
44       "source_files": "TezosCryptoTests/*.swift"
45     }
46   ]