blob: 8c1476dea7a64281c9b0dc0c7c0207a9f04523ee [file] [log] [blame]
{
"name": "libb2s",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/*.{c,h}",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/libb2s/src/\""
},
"public_header_files": "src/blake2s.h"
}