[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 8 / 7 / libbcrypt / 1.3.0 / libbcrypt.podspec.json
blob4e314a2c37c4ce836e93b48774a3334ffa6c88fa
2   "name": "libbcrypt",
3   "version": "1.3.0",
4   "summary": "bcrypt password hash C library",
5   "description": "https://github.com/rg3/bcrypt",
6   "homepage": "https://github.com/rg3/bcrypt",
7   "license": {
8     "type": "CC0",
9     "file": "COPYING"
10   },
11   "authors": {
12     "rg3": "Ricardo Garcia"
13   },
14   "source": {
15     "git": "https://github.com/tleavy86/bcrypt",
16     "tag": "1.3.0"
17   },
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",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": [
24     "*.{h,c}",
25     "crypt_blowfish/*.{h,c}"
26   ],
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"
30   }