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",
21 "IrohaCrypto/Classes/**/*",
22 "IrohaCryptoImp/**/*.h"
24 "public_header_files": "IrohaCrypto/Classes/**/*.h",
25 "private_header_files": "IrohaCryptoImp/**/*.h",
26 "vendored_libraries": "IrohaCryptoImp/libed25519.a",
27 "preserve_paths": "IrohaCryptoImp/**/*.h",
28 "pod_target_xcconfig": {
29 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/IrohaCrypto/IrohaCryptoImp/include/**",
30 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
32 "libraries": "ed25519",
37 "source_files": "Tests/**/*.{h,m}"