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",
23 "libsodium-ios/**/*.h"
25 "public_header_files": "IrohaCrypto/Classes/**/*.h",
26 "private_header_files": [
27 "IrohaCryptoImp/**/*.h",
28 "libsodium-ios/**/*.h"
30 "vendored_libraries": [
31 "IrohaCryptoImp/libed25519.a",
32 "libsodium-ios/lib/libsodium.a"
35 "IrohaCryptoImp/**/*.h",
36 "libsodium-ios/**/*.h"
38 "pod_target_xcconfig": {
39 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
45 "source_files": "Tests/**/*.{h,m}"