blob: 28b8ed9d5f4fee4ee611ae867405d922236915a2 [file] [log] [blame]
{
"name": "libb2s",
"version": "1.0.1",
"summary": "A portable C library providing the BLAKE2s hashing function",
"description": "libb2s is a stripped down version of [libb2](https://github.com/BLAKE2/libb2)\nthat only contains the non-optimised reference implementation of BLAKE2s.\nThis version was created as a simple means to use the BLAKE2s in iOS.\nAlthough, it has been tested to work well with macOS(clang) and desktop linux(gcc)\nas well.",
"homepage": "https://github.com/mohakshah/libb2s",
"license": {
"type": "CC0",
"file": "LICENSE"
},
"authors": {
"Mohak Shah": "mohak@mohakshah.in"
},
"source": {
"git": "https://github.com/mohakshah/libb2s.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "",
"osx": "",
"watchos": "",
"tvos": ""
},
"source_files": "src/*.{c,h}",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/libb2s/src/\""
},
"public_header_files": "src/blake2s.h"
}