blob: d87b8d1f78ceb3f9daa76bd06573ed097ccd3269 [file] [log] [blame]
{
"name": "SoraCrypto",
"version": "0.1.1",
"summary": "Library contains cryptography related implementation for Sora plaform.",
"homepage": "https://github.com/sora-xor",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/sora-xor/Soramitsu-crypto-iOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source_files": "SoraCrypto/Classes/**/*",
"dependencies": {
"IrohaCrypto": [
],
"SoraDocuments": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*"
}
]
}