4 "summary": "Provides object oriented wrappers for C/C++ crypto functions used by Iroha blockchain.",
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"
42 "IrohaCrypto/Common": [
47 "IrohaCrypto/Classes/Iroha/**/*",
48 "IrohaCryptoImp/**/*.h"
50 "public_header_files": "IrohaCrypto/Classes/Iroha/**/*.h",
51 "private_header_files": "IrohaCryptoImp/**/*.h",
52 "vendored_libraries": "IrohaCryptoImp/libed25519.a",
53 "preserve_paths": "IrohaCryptoImp/**/*.h"
58 "IrohaCrypto/Common": [
62 "source_files": "IrohaCrypto/Classes/BIP39/**/*",
63 "public_header_files": "IrohaCrypto/Classes/BIP39/**/*.h"
68 "IrohaCrypto/Common": [
75 "source_files": "IrohaCrypto/Classes/Scrypt/**/*",
76 "public_header_files": "IrohaCrypto/Classes/Scrypt/**/*.h"