[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 2 / keccak / 0.1.1 / keccak.podspec.json
blobe33dbc04c27fe967baa57968a03a193fb195f18d
2   "name": "keccak",
3   "version": "0.1.1",
4   "platforms": {
5     "osx": "10.10"
6   },
7   "license": {
8     "type": "CC0 (Creative Commons)",
9     "file": "License.md"
10   },
11   "summary": "keccak module for web3swift",
12   "homepage": "https://github.com/bankex/web3swift",
13   "authors": "Bankex Foundation",
14   "source": {
15     "git": "https://github.com/v57/keccak.c.git",
16     "tag": "0.1.1"
17   },
18   "pod_target_xcconfig": {
19     "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",
20     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/keccak\""
21   },
22   "source_files": "keccak/**/*.{c,h}",
23   "public_header_files": "keccak/include/*.h"