blob: 21e94deed465267230b1b703727d2730d3a5e73d [file] [log] [blame]
{
"name": "DRACOON-Crypto-SDK",
"version": "1.0.2",
"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.0.2"
},
"module_name": "crypto_sdk",
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "crypto-sdk/**/*",
"vendored_frameworks": "OpenSSL/openssl.framework"
}