[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 1 / f / e / MerkleTools / 1.0.1 / MerkleTools.podspec.json
blobacef3c0485d174fee85b5418589269d2267552b6
2   "name": "MerkleTools",
3   "version": "1.0.1",
4   "summary": "Merkle tools written in Swift",
5   "description": "This CocoaPods library provide tools to perform actions on Merkle trees. Such as tree generation, proof calculation, proof vaildation and others.",
6   "homepage": "https://github.com/vaultie/merkle-tools-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikita Plakhotin": "nikita.plakhotin@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.1.2",
18   "source": {
19     "git": "https://github.com/vaultie/merkle-tools-swift.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "MerkleTools/**/*.{h,m,swift}",
23   "swift_version": "5.1.2"