blob: fa72b65fc3e6f0efea00a50191cd2fcbc072d19c [file] [log] [blame]
{
"name": "SoraCrypto",
"version": "0.1.3",
"summary": "Library contains cryptography related implementation for Sora plaform.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/soramitsu/crypto-iOS.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "SoraCrypto/Classes/**/*",
"dependencies": {
"IrohaCrypto/Iroha": [
"~> 0.3.0"
],
"SoraDocuments": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*"
}
],
"swift_version": "5.0"
}