blob: deb392275cb1c7118993b5cd2fa3dd4d6de79f53 [file] [log] [blame]
{
"name": "RijndaelSwift",
"version": "0.2.0",
"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.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}