blob: 0a0e551af58737b38f7f5c427fc26e7d069244f2 [file] [log] [blame]
{
"name": "IrohaCrypto",
"version": "0.1.0",
"summary": "Provides object oriented wrappers for C/C++ crypto functions used by Iroha blockchain.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/ERussel/IrohaCrypto.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"IrohaCrypto/Classes/**/*",
"IrohaCryptoImp/**/*.h"
],
"public_header_files": "IrohaCrypto/Classes/**/*.h",
"private_header_files": "IrohaCryptoImp/**/*.h",
"vendored_libraries": "IrohaCryptoImp/libed25519.a",
"preserve_paths": "IrohaCryptoImp/**/*.h",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/IrohaCrypto/IrohaCryptoImp/include/**",
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
},
"libraries": "ed25519",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.{h,m}"
}
]
}