[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / 9 / secp256k1-gm / 0.0.3 / secp256k1-gm.podspec.json
blob0b42711e4571990dd1dc6c22269746320028dbba
2   "name": "secp256k1-gm",
3   "version": "0.0.3",
4   "summary": "Optimized C library for EC operations on curve secp256k1",
5   "homepage": "https://github.com/greymass/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/greymass/secp256k1.git",
15     "tag": "0.0.3"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "public_header_files": "include/*.h",
21   "module_name": "secp256k1",
22   "source_files": [
23     "src/secp256k1.c",
24     "src/**/*.h",
25     "include/*.h"
26   ],
27   "compiler_flags": [
28     "-DENABLE_MODULE_ECDH",
29     "-DENABLE_MODULE_RECOVERY",
30     "-DUSE_NUM_NONE",
31     "-DUSE_FIELD_INV_BUILTIN",
32     "-DUSE_SCALAR_INV_BUILTIN",
33     "-DUSE_FIELD_10X26",
34     "-DUSE_SCALAR_8X32",
35     "-DECMULT_GEN_PREC_BITS=4",
36     "-DECMULT_WINDOW_SIZE=15"
37   ],
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SRCROOT)/secp256k1-gm $(SRCROOT)/secp256k1-gm/src $(SRCROOT)/secp256k1-gm/include",
40     "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"
41   }