[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 2 / d / 5 / Blake2 / 0.1.1 / Blake2.podspec.json
blob08219dc6fde8c5454c564f7bc52b6f4b247c096c
2   "name": "Blake2",
3   "version": "0.1.1",
4   "summary": "Swift wrapper for reference C implementation of Blake2 hashes.",
5   "description": "Swift wrapper for reference C implementation of Blake2 hashes.",
6   "homepage": "https://github.com/tesseract-one/Blake2.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Blake2.swift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5",
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "module_name": "Blake2",
31   "source_files": [
32     "Sources/Blake2/*.swift",
33     "Sources/CBlake2/**/*.{h,c}"
34   ],
35   "public_header_files": "Sources/CBlake2/include/*.h",
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "platforms": {
41         "ios": "9.0",
42         "osx": "10.10",
43         "tvos": "9.0"
44       },
45       "source_files": "Tests/Blake2Tests/**/*.swift"
46     }
47   ],
48   "swift_version": "5.3"