4 "summary": "bcrypt password hash C library",
5 "description": "https://github.com/rg3/bcrypt",
6 "homepage": "https://github.com/rg3/bcrypt",
12 "rg3": "Ricardo Garcia"
15 "git": "https://github.com/tleavy86/bcrypt",
18 "module_map": "libbcrypt.modulemap",
19 "prepare_command": "sed -e \"57s/1/0/; 64s/0/1/\" crypt_blowfish/crypt_blowfish.c > crypt_blowfish/temp.c; mv crypt_blowfish/temp.c crypt_blowfish/crypt_blowfish.c; printf \"framework module libbcrypt {\\n umbrella header \\\"bcrypt.h\\\"\\n\\n export *\\n module * { export * }\\n}\" > libbcrypt.modulemap",
25 "crypt_blowfish/*.{h,c}"
27 "public_header_files": "bcrypt.h",
28 "pod_target_xcconfig": {
29 "OTHER_CFLAGS": "$(inherited) -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith -fomit-frame-pointer -funroll-loops"