4 "summary": "Swift C module for bitcoin secp256k1 library.",
5 "description": "Swift C module for bitcoin secp256k1 library. Exports C methods for Swift.",
6 "homepage": "https://github.com/tesseract-one/CSecp256k1.swift",
12 "Tesseract Systems, Inc.": "info@tesseract.one"
15 "git": "https://github.com/tesseract-one/CSecp256k1.swift.git",
31 "module_name": "CSecp256k1",
33 "Sources/CSecp256k1/config/*.h",
34 "Sources/CSecp256k1/secp256k1/include/*.h",
35 "Sources/CSecp256k1/secp256k1/src/*.h",
36 "Sources/CSecp256k1/secp256k1/src/modules/ecdh/main_impl.h",
37 "Sources/CSecp256k1/secp256k1/src/modules/recovery/main_impl.h",
38 "Sources/CSecp256k1/secp256k1/src/secp256k1.c"
40 "public_header_files": "Sources/CSecp256k1/secp256k1/include/*.h",
42 "Sources/CSecp256k1/secp256k1/src/test*",
43 "Sources/CSecp256k1/secp256k1/src/asm/*",
44 "Sources/CSecp256k1/secp256k1/src/bench*",
45 "Sources/CSecp256k1/secp256k1/include/secp256k1_schnorrsig.h",
46 "Sources/CSecp256k1/secp256k1/include/secp256k1_extrakeys.h"
48 "pod_target_xcconfig": {
49 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_CONFIG_H",
50 "GCC_WARN_UNUSED_FUNCTION": "NO",
51 "GCC_WARN_UNUSED_VARIABLE": "NO",
52 "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
56 "name": "CSecp256k1Tests",
63 "source_files": "Tests/CSecp256k1Tests/**/*.swift"
66 "swift_version": "5.3"