2 "name": "RijndaelSwift",
4 "swift_versions": "5.0",
5 "summary": "Simple Rijndael implementation in Swift",
6 "description": "Simple Rijndael implementation in Swift, support key size in [128, 192, 256], block size in [128, 192, 256].",
7 "homepage": "https://github.com/superk589/RijndaelSwift",
13 "superk": "superk589@gmail.com"
22 "git": "https://github.com/superk589/RijndaelSwift.git",
25 "source_files": "Sources/**/*",
26 "frameworks": "Foundation",
27 "swift_version": "5.0"