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