[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / a / 7 / secp256k1.ph4.swift / 0.1.7 / secp256k1.ph4.swift.podspec.json
blob6578d6b4b54d311782ddac7b262dfef05433e241
2   "name": "secp256k1.ph4.swift",
3   "version": "0.1.7",
4   "summary": "secp256k1 bindings for swift. Cocoapods, Carthage and SPM support. Linux support.",
5   "description": "This pod binds the bitcoin-core library, the ECDSA curve, secp256k1 into Swift. This curve is used for\nBitcoin, Ethereum and many other Cryptocurrency Signature generation and verification.",
6   "homepage": "https://github.com/ph4r05/secp256k1.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koray Koska": "koray@koska.at",
13     "Dusan Klinec": "dusan.klinec@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ph4r05/secp256k1.swift.git",
17     "tag": "0.1.7",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "module_name": "secp256k1",
27   "prepare_command": "echo $(pwd); bash prepare.sh",
28   "pod_target_xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}",
30     "OTHER_CFLAGS": "-DHAVE_CONFIG_H=1 -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",
31     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/secp256k1/Classes\""
32   },
33   "preserve_paths": "secp256k1/Classes/secp256k1/**/*.h",
34   "public_header_files": "secp256k1/Classes/secp256k1/include/*.h",
35   "source_files": [
36     "secp256k1/Classes/secp256k1/{src,contrib}/*.{h,c}",
37     "secp256k1/Classes/secp256k1_main.h",
38     "secp256k1/Classes/ecmult_static_context.h",
39     "secp256k1/Classes/libsecp256k1-config.h",
40     "secp256k1/Classes/secp256k1/include/*.h"
41   ],
42   "private_header_files": [
43     "secp256k1/Classes/secp256k1_ec_mult_static_context.h",
44     "secp256k1/Classes/secp256k1/*.h",
45     "secp256k1/Classes/secp256k1/{contrib,src}/*.h"
46   ],
47   "exclude_files": [
48     "secp256k1/Classes/secp256k1/src/test*.{c,h}",
49     "secp256k1/Classes/secp256k1/src/gen_context.c",
50     "secp256k1/Classes/secp256k1/src/*bench*.{c,h}",
51     "secp256k1/Classes/secp256k1/src/modules/{recovery,ecdh}/*test*.{c,h}"
52   ]