[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 1 / c / CSecp256k1 / 0.2.0 / CSecp256k1.podspec.json
blobd2590b140cca58cb9335ce453f84d131d8a96b3e
2   "name": "CSecp256k1",
3   "version": "0.2.0",
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",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/CSecp256k1.swift.git",
16     "tag": "0.2.0",
17     "submodules": true
18   },
19   "swift_versions": "5.4",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13",
23     "tvos": "11.0",
24     "watchos": "6.0"
25   },
26   "module_name": "CSecp256k1",
27   "source_files": [
28     "Sources/CSecp256k1/config/*.h",
29     "Sources/CSecp256k1/secp256k1/include/*.h",
30     "Sources/CSecp256k1/secp256k1/src/*.h",
31     "Sources/CSecp256k1/secp256k1/src/modules/ecdh/main_impl.h",
32     "Sources/CSecp256k1/secp256k1/src/modules/recovery/main_impl.h",
33     "Sources/CSecp256k1/secp256k1/src/secp256k1.c"
34   ],
35   "public_header_files": "Sources/CSecp256k1/secp256k1/include/*.h",
36   "exclude_files": [
37     "Sources/CSecp256k1/secp256k1/src/test*",
38     "Sources/CSecp256k1/secp256k1/src/asm/*",
39     "Sources/CSecp256k1/secp256k1/src/bench*",
40     "Sources/CSecp256k1/secp256k1/include/secp256k1_schnorrsig.h",
41     "Sources/CSecp256k1/secp256k1/include/secp256k1_extrakeys.h"
42   ],
43   "pod_target_xcconfig": {
44     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_CONFIG_H",
45     "GCC_WARN_UNUSED_FUNCTION": "NO",
46     "GCC_WARN_UNUSED_VARIABLE": "NO",
47     "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
48   },
49   "testspecs": [
50     {
51       "name": "CSecp256k1Tests",
52       "test_type": "unit",
53       "platforms": {
54         "ios": "11.0",
55         "osx": "10.13",
56         "tvos": "11.0"
57       },
58       "source_files": "Tests/CSecp256k1Tests/**/*.swift"
59     }
60   ],
61   "swift_version": "5.4"