blob: bddea8342859519be9c9788ad8c642e3611bde5a [file] [log] [blame]
{
"name": "keccak",
"version": "0.1.2",
"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.2"
},
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-DHAVE_CONFIG_H=1 -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"
}