blob: bfae1cb78896f49c29a9455c7695aea5dc473f15 [file] [log] [blame]
{
"name": "RijndaelSwift",
"version": "0.1.1",
"summary": "Simple Rijndael implementation in Swift",
"description": "Simple Rijndael implementation in Swift, support key size in [128, 192, 256], block size in [128, 192, 256].",
"homepage": "https://github.com/superk589/RijndaelSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"superk": "superk589@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/superk589/RijndaelSwift.git",
"tag": "0.1.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}