[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / d / AES256CBC / 0.1.0 / AES256CBC.podspec.json
blobf382c3fcf593d69450839de8bdd54e95fb65b9b7
2   "name": "AES256CBC",
3   "version": "0.1.0",
4   "summary": "Most convenient AES256-CBC encryption for Swift 2",
5   "description": "AES256 is the most convenient, simple & leightweight Swift 2 framework to encrypt & decrypt a string with AES256-CBC encryption. It is written in Swift 2 and actively maintained by SwiftyBeaver (Twitter: @SwiftyBeaver).",
6   "homepage": "https://github.com/SwiftyBeaver/AES256CBC",
7   "license": "MIT",
8   "authors": {
9     "Sebastian Kreutzberger": "s.kreutzberger@googlemail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "watchos": "2.0",
14     "tvos": "9.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/SwiftyBeaver/AES256CBC.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "sources"