4 "summary": "A shared library that implements scrypt() functionality - a replacement for bcrypt()",
5 "description": "https://github.com/technion/libscrypt/blob/master/README.md",
6 "homepage": "https://github.com/technion/libscrypt",
12 "technion": "https://lolware.net"
15 "git": "https://github.com/technion/libscrypt",
21 "module_map": "libscrypt.modulemap",
22 "prepare_command": "printf \"framework module libscrypt {\\n umbrella header \\\"libscrypt.h\\\"\\n\\n export *\\n module * { export * }\\n}\" > libscrypt.modulemap",
23 "source_files": "*.{h,c}",
24 "exclude_files": "main.c",
25 "public_header_files": "libscrypt.h",
26 "pod_target_xcconfig": {
27 "GCC_OPTIMIZATION_LEVEL": "2",
28 "OTHER_CFLAGS": " $(inherited) -Wall -fstack-protector -DHAVE_POSIX_MEMALIGN"