blob: b1a4c5868e01ba28b0cb39e685e212caa9c59776 [file] [log] [blame]
{
"name": "AES256CBC",
"version": "1.2.1",
"summary": "Most convenient AES256-CBC encryption for Swift 2 & 3",
"description": "AES256 is the most convenient, simple & leightweight Swift 2 & 3 framework to encrypt & decrypt a string with AES256-CBC encryption. Tag 1.x.x is using Swift 3 and tag 0.1.1 is using Swift 2. The project is actively maintained by SwiftyBeaver (Twitter: @SwiftyBeaver).",
"homepage": "https://github.com/SwiftyBeaver/AES256CBC",
"license": "MIT",
"authors": {
"Sebastian Kreutzberger": "s.kreutzberger@googlemail.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/SwiftyBeaver/AES256CBC.git",
"tag": "1.2.1"
},
"source_files": "sources",
"pushed_with_swift_version": "3.0"
}