[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / a / 4 / Envelope / 1.0.3 / Envelope.podspec.json
blob2f18024395b628d6cb665423296fef6cb779d3ba
2   "name": "Envelope",
3   "version": "1.0.3",
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.3"
19   },
20   "source_files": "Envelope/**/*.{h,m,swift}",
21   "swift_version": "5.0"