blob: 00c2cf53a30338fd82dd37ee5aa0ff2ca74790b9 [file] [log] [blame]
{
"name": "DRACOON-Crypto-SDK",
"version": "1.1.0",
"summary": "Official DRACOON Crypto SDK",
"description": "This SDK implements client-side encryption for DRACOON.",
"homepage": "https://github.com/dracoon/dracoon-swift-crypto-sdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Mathias Schreiner": "m.schreiner@dracoon.com"
},
"source": {
"git": "https://github.com/dracoon/dracoon-swift-crypto-sdk.git",
"tag": "v1.1.0"
},
"module_name": "crypto_sdk",
"platforms": {
"ios": "9.3"
},
"swift_versions": "5",
"source_files": "crypto-sdk/**/*",
"vendored_frameworks": "OpenSSL/openssl.framework",
"swift_version": "5"
}