[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 8 / b / libb2s / 1.0.2 / libb2s.podspec.json
blobe7253a7f777509ea134986d2f3993791c586f545
2   "name": "libb2s",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "",
20     "osx": "",
21     "watchos": "",
22     "tvos": ""
23   },
24   "source_files": "src/*.{c,h}",
25   "pod_target_xcconfig": {
26     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/libb2s/src/\""
27   },
28   "public_header_files": "src/blake2s.h"