[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 4 / 0 / 9 / secp256k1-gm / 0.0.2 / secp256k1-gm.podspec.json
bloba695d1d5c56caa9ad037f3f57a544516c374d8d1
2   "name": "secp256k1-gm",
3   "version": "0.0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "public_header_files": "include/*.h",
21   "source_files": [
22     "src/secp256k1.c",
23     "src/**/*.h",
24     "include/*.h"
25   ],
26   "compiler_flags": [
27     "-DENABLE_MODULE_ECDH",
28     "-DENABLE_MODULE_RECOVERY",
29     "-DUSE_NUM_NONE",
30     "-DUSE_FIELD_INV_BUILTIN",
31     "-DUSE_SCALAR_INV_BUILTIN",
32     "-DUSE_FIELD_10X26",
33     "-DUSE_SCALAR_8X32",
34     "-DECMULT_GEN_PREC_BITS=4",
35     "-DECMULT_WINDOW_SIZE=15"
36   ],
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "$(SRCROOT)/secp256k1-gm $(SRCROOT)/secp256k1-gm/src $(SRCROOT)/secp256k1-gm/include"
39   }