blob: 6842c23d6977968c8d3ea979519d84f793f8ad8c [file] [log] [blame]
{
"name": "keccak.c",
"version": "0.1.3",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"license": {
"type": "CC0 (Creative Commons)",
"file": "License.md"
},
"summary": "keccak module for web3swift",
"homepage": "https://github.com/bankex/web3swift",
"authors": "Bankex Foundation",
"source": {
"git": "https://github.com/v57/keccak.c.git",
"tag": "0.1.3"
},
"pod_target_xcconfig": {
"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",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/keccak\""
},
"source_files": "keccak/**/*.{c,h}",
"public_header_files": "keccak/include/*.h",
"module_name": "keccak"
}