[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / c / secp256k1Wrapper / 0.0.5 / secp256k1Wrapper.podspec.json
blob9d78f3e5fb6426dfd3c0702553136288489b5074
2   "name": "secp256k1Wrapper",
3   "version": "0.0.5",
4   "summary": "Optimized C library for EC operations on curve secp256k1",
5   "homepage": "https://github.com/portto/secp256k1",
6   "license": {
7     "type": "MIT",
8     "file": "COPYING"
9   },
10   "authors": {
11     "secp256k1 contributors": "https://github.com/bitcoin-core/secp256k1/graphs/contributors"
12   },
13   "source": {
14     "git": "https://github.com/portto/secp256k1.git",
15     "tag": "0.0.5"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "6.0"
22   },
23   "public_header_files": "include/*.h",
24   "source_files": [
25     "src/*.c",
26     "src/**/*.h",
27     "include/*.h"
28   ],
29   "exclude_files": [
30     "src/asm",
31     "src/bench_ecmult.c",
32     "src/bench_internal.c",
33     "src/bench.c",
34     "src/modules/**/bench_impl.h",
35     "src/modules/**/tests_exhaustive_impl.h",
36     "src/modules/**/tests_impl.h",
37     "src/precompute_ecmult_gen.c",
38     "src/precompute_ecmult.c",
39     "src/tests_exhaustive.c",
40     "src/tests.c",
41     "src/valgrind_ctime_test.c"
42   ],
43   "compiler_flags": [
44     "-DENABLE_MODULE_ECDH",
45     "-DENABLE_MODULE_EXTRAKEYS",
46     "-DENABLE_MODULE_RECOVERY",
47     "-DENABLE_MODULE_SCHNORRSIG",
48     "-DECMULT_GEN_PREC_BITS=4",
49     "-DECMULT_WINDOW_SIZE=15"
50   ],
51   "xcconfig": {
52     "HEADER_SEARCH_PATHS": "$(SRCROOT)/secp256k1Wrapper $(SRCROOT)/secp256k1Wrapper/src $(SRCROOT)/secp256k1Wrapper/include",
53     "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"
54   }