11 "type": "Apache License 2.0",
14 "summary": "secp256k1 module for web3swift",
15 "homepage": "https://github.com/bankex/web3swift",
16 "authors": "Bankex Foundation",
18 "git": "https://github.com/v57/secp256k1.c.git",
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}/secp256k1\""
25 "source_files": "secp256k1/**/*.{c,h}",
26 "public_header_files": "secp256k1/include/*.h",
27 "module_name": "secp256k1"