[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / c / 0 / RyuCrypto / 0.0.1 / RyuCrypto.podspec.json
blobde86fe1f699a17aae21995811a00f767983d1b89
2   "name": "RyuCrypto",
3   "version": "0.0.1",
4   "summary": "Heavily optimized cryptography algorithms for iOS.",
5   "homepage": "https://github.com/Ryucoin/trezor-crypto-ios",
6   "license": {
7     "type": "MIT",
8     "file": "trezor-crypto/LICENSE"
9   },
10   "authors": {
11     "Wyatt Mufson": "wyatt@ryucoin.com"
12   },
13   "source": {
14     "git": "https://github.com/Ryucoin/trezor-crypto-ios.git",
15     "tag": "0.0.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "prepare_command": "git submodule update --init\nsed -i '' -e 's:ed25519-donna/::g' ./**/*.c\nsed -i '' -e 's:ed25519-donna/::g' ./**/*.h\nsed -i '' -e 's:USE_ETHEREUM 0:USE_ETHEREUM 1:g' trezor-crypto/options.h",
22   "module_map": "RyuCrypto.modulemap",
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}",
25     "OTHER_CFLAGS": "-O3 -std=c99 -DRAND_PLATFORM_INDEPENDENT",
26     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/trezor-crypto\" \"${PODS_ROOT}/trezor-crypto/aes\" \"${PODS_ROOT}/trezor-crypto/chacha20poly1305\" \"${PODS_ROOT}/trezor-crypto/ed25519-donna\""
27   },
28   "source_files": [
29     "RyuCrypto.h",
30     "util/SecRandom.m",
31     "trezor-crypto/*.{c,h}",
32     "trezor-crypto/aes/*.{c,h}",
33     "trezor-crypto/chacha20poly1305/*.{c,h}",
34     "trezor-crypto/ed25519-donna/*.{c,h}"
35   ],
36   "private_header_files": [
37     "trezor-crypto/aes/aesopt.h",
38     "trezor-crypto/aes/aestab.h",
39     "trezor-crypto/ed25519-donna/curve25519-donna-scalarmult-base.h",
40     "trezor-crypto/ed25519-donna/ed25519-hash-custom-keccak.h",
41     "trezor-crypto/ed25519-donna/ed25519-hash-custom-sha3.h",
42     "trezor-crypto/ed25519-donna/ed25519-hash-custom.h",
43     "trezor-crypto/ed25519-donna/ed25519-keccak.h",
44     "trezor-crypto/ed25519-donna/ed25519-sha3.h",
45     "trezor-crypto/bip39_english.h",
46     "trezor-crypto/blake2_common.h",
47     "trezor-crypto/check_mem.h",
48     "trezor-crypto/macros.h",
49     "trezor-crypto/nem_serialize.h"
50   ],
51   "exclude_files": [
52     "trezor-crypto/aes/aestst*.{c,h}",
53     "trezor-crypto/gui/*.{c,h}",
54     "trezor-crypto/rfc6979.c",
55     "trezor-crypto/test*.{c,h}",
56     "trezor-crypto/tools/*.{c,h}"
57   ],
58   "preserve_paths": "trezor-crypto/*.{table}",
59   "libraries": "c"