blob: 2f18024395b628d6cb665423296fef6cb779d3ba [file] [log] [blame]
{
"name": "Envelope",
"version": "1.0.3",
"summary": "OpenSSL-compatible file encryption in Swift",
"description": "Envelope is a hybrid cryptosystem that encrypts files efficiently and securely, supporting most symmetric and public-key ciphers. Envelope uses `AES256-CBC` and `RSA-2048` by default, and supports externally created (ie. OpenSSL) public-keys.",
"homepage": "https://github.com/george-lim/envelope",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "George Lim",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/george-lim/envelope.git",
"tag": "1.0.3"
},
"source_files": "Envelope/**/*.{h,m,swift}",
"swift_version": "5.0"
}