4 "summary": "Provides object oriented wrappers for C/C++ crypto functions used by blockchains.",
5 "homepage": "https://github.com/soramitsu",
11 "Soramitsu": "admin@soramitsu.co.jp"
14 "git": "https://github.com/soramitsu/ios-crypto.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"
42 "IrohaCrypto/Common": [
46 "source_files": "IrohaCrypto/Classes/BIP39/**/*",
47 "public_header_files": "IrohaCrypto/Classes/BIP39/**/*.h"
52 "IrohaCrypto/Common": [
59 "source_files": "IrohaCrypto/Classes/Scrypt/**/*",
60 "public_header_files": "IrohaCrypto/Classes/Scrypt/**/*.h"
64 "pod_target_xcconfig": {
65 "VALID_ARCHS": "x86_64 arm64"
68 "IrohaCrypto/blake2": [
71 "IrohaCrypto/Common": [
74 "IrohaCrypto/BIP39": [
79 "IrohaCrypto/Classes/sr25519/**/*",
82 "public_header_files": "IrohaCrypto/Classes/sr25519/**/*.h",
83 "private_header_files": "sr25519Imp/**/*.h",
84 "vendored_frameworks": "sr25519Imp/libsr25519crust.xcframework",
85 "preserve_paths": "sr25519Imp/**/*.h"
89 "pod_target_xcconfig": {
90 "VALID_ARCHS": "x86_64 arm64"
93 "IrohaCrypto/Classes/blake2/**/*",
96 "public_header_files": "IrohaCrypto/Classes/blake2/**/*.h",
97 "private_header_files": "blake2Imp/**/*.h",
98 "vendored_frameworks": "blake2Imp/libblake2.xcframework",
99 "preserve_paths": "blake2Imp/**/*.h"
104 "IrohaCrypto/Common": [
111 "source_files": "IrohaCrypto/Classes/secp256k1/**/*"
115 "pod_target_xcconfig": {
116 "VALID_ARCHS": "x86_64 arm64"
119 "IrohaCrypto/Common": [
124 "IrohaCrypto/Classes/ed25519/**/*",
127 "public_header_files": "IrohaCrypto/Classes/ed25519/**/*.h",
128 "private_header_files": "ed25519Imp/**/*.h",
129 "vendored_frameworks": "ed25519Imp/libed25519_sha2.xcframework",
130 "preserve_paths": "ed25519Imp/**/*.h"
135 "IrohaCrypto/blake2": [
138 "IrohaCrypto/Common": [
142 "source_files": "IrohaCrypto/Classes/ss58/**/*",
143 "public_header_files": "IrohaCrypto/Classes/ss58/**/*.h"