[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / d / 1 / c / CSecp256k1 / 0.1.0 / CSecp256k1.podspec.json
blobcc65ad9387185fa1bdeda633d2659ce6b6f0a2f4
2   "name": "CSecp256k1",
3   "version": "0.1.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.1.0",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_versions": [
26     "5",
27     "5.1",
28     "5.2",
29     "5.3"
30   ],
31   "module_name": "CSecp256k1",
32   "source_files": [
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"
39   ],
40   "public_header_files": "Sources/CSecp256k1/secp256k1/include/*.h",
41   "exclude_files": [
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"
47   ],
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"
53   },
54   "testspecs": [
55     {
56       "name": "CSecp256k1Tests",
57       "test_type": "unit",
58       "platforms": {
59         "ios": "9.0",
60         "osx": "10.10",
61         "tvos": "9.0"
62       },
63       "source_files": "Tests/CSecp256k1Tests/**/*.swift"
64     }
65   ],
66   "swift_version": "5.3"