[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 1 / 3 / c / HashingSwift / 1.0.0 / HashingSwift.podspec.json
blob1acefd748de70e18a2324c1f57c7c53b9dfcbad8
2   "name": "HashingSwift",
3   "version": "1.0.0",
4   "summary": "Set of hashing functions in Swift",
5   "homepage": "https://github.com/sublabdev/hashing-swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Substrate Laboratory LLC": "info@sublab.dev"
12   },
13   "source": {
14     "git": "https://github.com/sublabdev/hashing-swift.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "HashingSwift/Classes/**/*",
21   "dependencies": {
22     "CommonSwift": [
23       "~> 1.0.0"
24     ],
25     "xxHash-Swift": [
26       "~> 1.1.1"
27     ],
28     "Base58Swift": [
29       "~> 2.1.10"
30     ],
31     "Blake2": [
32       "~> 0.1.2"
33     ],
34     "keccak.c": [
35       "~> 0.1.3"
36     ]
37   }