2 "name": "secp256k1.ph4.swift",
4 "summary": "secp256k1 bindings for swift. Cocoapods, Carthage and SPM support. Linux support.",
5 "description": "This pod binds the bitcoin-core library, the ECDSA curve, secp256k1 into Swift. This curve is used for\nBitcoin, Ethereum and many other Cryptocurrency Signature generation and verification.",
6 "homepage": "https://github.com/ph4r05/secp256k1.swift",
12 "Koray Koska": "koray@koska.at",
13 "Dusan Klinec": "dusan.klinec@gmail.com"
16 "git": "https://github.com/ph4r05/secp256k1.swift.git",
26 "module_name": "secp256k1",
27 "prepare_command": "echo $(pwd); bash prepare.sh",
28 "pod_target_xcconfig": {
29 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}",
30 "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",
31 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/secp256k1/Classes\""
33 "preserve_paths": "secp256k1/Classes/secp256k1/**/*.h",
34 "public_header_files": "secp256k1/Classes/secp256k1/include/*.h",
36 "secp256k1/Classes/secp256k1/{src,contrib}/*.{h,c}",
37 "secp256k1/Classes/secp256k1_main.h",
38 "secp256k1/Classes/ecmult_static_context.h",
39 "secp256k1/Classes/libsecp256k1-config.h",
40 "secp256k1/Classes/secp256k1/include/*.h"
42 "private_header_files": [
43 "secp256k1/Classes/secp256k1_ec_mult_static_context.h",
44 "secp256k1/Classes/secp256k1/*.h",
45 "secp256k1/Classes/secp256k1/{contrib,src}/*.h"
48 "secp256k1/Classes/secp256k1/src/test*.{c,h}",
49 "secp256k1/Classes/secp256k1/src/gen_context.c",
50 "secp256k1/Classes/secp256k1/src/*bench*.{c,h}",
51 "secp256k1/Classes/secp256k1/src/modules/{recovery,ecdh}/*test*.{c,h}"