[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 8 / b / libb2s / 1.0.0 / libb2s.podspec.json
blob8c1476dea7a64281c9b0dc0c7c0207a9f04523ee
2   "name": "libb2s",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "CC0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mohak Shah": "mohak@mohakshah.in"
13   },
14   "source": {
15     "git": "https://github.com/mohakshah/libb2s.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "src/*.{c,h}",
22   "pod_target_xcconfig": {
23     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/libb2s/src/\""
24   },
25   "public_header_files": "src/blake2s.h"