blob: 81fa878b9105f97945941ce5706e13b81deb8feb [file] [log] [blame]
{
"name": "AES256CBC",
"version": "1.4.0",
"summary": "Most convenient AES256-CBC encryption for Swift 2, 3, 4 & 5",
"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.10"
},
"source": {
"git": "https://github.com/SwiftyBeaver/AES256CBC.git",
"tag": "1.4.0"
},
"source_files": "sources"
}