[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 4 / Envelope / 1.0 / Envelope.podspec.json
blob09e77bab92eeba0c7165b721012c3c6ddd71034f
2   "name": "Envelope",
3   "version": "1.0",
4   "summary": "OpenSSL-compatible file encryption in Swift",
5   "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.",
6   "homepage": "https://github.com/george-lim/envelope",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "George Lim",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/george-lim/envelope.git",
18     "tag": "1.0"
19   },
20   "source_files": "Envelope/**/*.{h,m,swift}",
21   "swift_version": "5.0"