[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 2 / keccak.c / 0.1.3 / keccak.c.podspec.json
blob6842c23d6977968c8d3ea979519d84f793f8ad8c
2   "name": "keccak.c",
3   "version": "0.1.3",
4   "platforms": {
5     "ios": "8.0",
6     "osx": "10.9",
7     "tvos": "9.0",
8     "watchos": "2.0"
9   },
10   "license": {
11     "type": "CC0 (Creative Commons)",
12     "file": "License.md"
13   },
14   "summary": "keccak module for web3swift",
15   "homepage": "https://github.com/bankex/web3swift",
16   "authors": "Bankex Foundation",
17   "source": {
18     "git": "https://github.com/v57/keccak.c.git",
19     "tag": "0.1.3"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_CFLAGS": "-pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-function -Wno-long-long -Wno-overlength-strings -O3",
23     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/keccak\""
24   },
25   "source_files": "keccak/**/*.{c,h}",
26   "public_header_files": "keccak/include/*.h",
27   "module_name": "keccak"