4 "summary": "A portable C library providing the BLAKE2s hashing function",
5 "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.",
6 "homepage": "https://github.com/mohakshah/libb2s",
12 "Mohak Shah": "mohak@mohakshah.in"
15 "git": "https://github.com/mohakshah/libb2s.git",
24 "source_files": "src/*.{c,h}",
25 "pod_target_xcconfig": {
26 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/libb2s/src/\""
28 "public_header_files": "src/blake2s.h"