4 "summary": "Provides object oriented wrappers for C/C++ crypto functions used by blockchains.",
5 "homepage": "https://github.com/soramitsu",
11 "ERussel": "emkil.russel@gmail.com"
14 "git": "https://github.com/ERussel/IrohaCrypto.git",
20 "pod_target_xcconfig": {
21 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
27 "source_files": "Tests/**/*.{h,m}",
36 "source_files": "IrohaCrypto/Classes/Common/**/*",
37 "public_header_files": "IrohaCrypto/Classes/Common/**/*.h"
41 "pod_target_xcconfig": {
42 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
43 "VALID_ARCHS": "x86_64 armv7 arm64"
46 "IrohaCrypto/Common": [
51 "IrohaCrypto/Classes/Iroha/**/*",
52 "IrohaCryptoImp/**/*.h"
54 "public_header_files": "IrohaCrypto/Classes/Iroha/**/*.h",
55 "private_header_files": "IrohaCryptoImp/**/*.h",
56 "vendored_libraries": "IrohaCryptoImp/libed25519.a",
57 "preserve_paths": "IrohaCryptoImp/**/*.h"
62 "IrohaCrypto/Common": [
66 "source_files": "IrohaCrypto/Classes/BIP39/**/*",
67 "public_header_files": "IrohaCrypto/Classes/BIP39/**/*.h"
72 "IrohaCrypto/Common": [
79 "source_files": "IrohaCrypto/Classes/Scrypt/**/*",
80 "public_header_files": "IrohaCrypto/Classes/Scrypt/**/*.h"
84 "pod_target_xcconfig": {
85 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
86 "VALID_ARCHS": "x86_64 armv7 arm64"
89 "IrohaCrypto/blake2": [
92 "IrohaCrypto/Common": [
95 "IrohaCrypto/BIP39": [
100 "IrohaCrypto/Classes/sr25519/**/*",
103 "public_header_files": "IrohaCrypto/Classes/sr25519/**/*.h",
104 "private_header_files": "sr25519Imp/**/*.h",
105 "vendored_libraries": "sr25519Imp/libsr25519crust.a",
106 "preserve_paths": "sr25519Imp/**/*.h"
110 "pod_target_xcconfig": {
111 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
112 "VALID_ARCHS": "x86_64 armv7 arm64"
115 "IrohaCrypto/Classes/blake2/**/*",
118 "public_header_files": "IrohaCrypto/Classes/blake2/**/*.h",
119 "private_header_files": "blake2Imp/**/*.h",
120 "vendored_libraries": "blake2Imp/libblake2.a",
121 "preserve_paths": "blake2Imp/**/*.h"
126 "IrohaCrypto/Common": [
133 "source_files": "IrohaCrypto/Classes/secp256k1/**/*"
137 "pod_target_xcconfig": {
138 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
139 "VALID_ARCHS": "x86_64 armv7 arm64"
142 "IrohaCrypto/Common": [
147 "IrohaCrypto/Classes/ed25519/**/*",
150 "public_header_files": "IrohaCrypto/Classes/ed25519/**/*.h",
151 "private_header_files": "ed25519Imp/**/*.h",
152 "vendored_libraries": "ed25519Imp/libed25519_sha2.a",
153 "preserve_paths": "ed25519Imp/**/*.h"