[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / 0 / libscrypt / 1.21 / libscrypt.podspec.json
blob3fd4d1bbe997fa74a8ffd76aabda67e9684bac7b
2   "name": "libscrypt",
3   "version": "1.21",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "technion": "https://lolware.net"
13   },
14   "source": {
15     "git": "https://github.com/technion/libscrypt",
16     "tag": "v1.21"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
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"
29   }