blob: 18b70a8ac2cdf9427567db318fce3c036beba091 [file] [log] [blame]
{
"name": "Feistel",
"version": "1.0.6",
"summary": "A feistel cipher algorithm written in Swift",
"description": "A feistel cipher algorithm used to encrypt and decrypt data",
"swift_versions": "5.0",
"homepage": "https://github.com/wvabrinskas/Swift-Feistel-Cipher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Vabrinskas": "wvabrinskas@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/wvabrinskas/Swift-Feistel-Cipher.git",
"tag": "1.0.6"
},
"frameworks": [
"Foundation",
"CryptoKit"
],
"source_files": "Sources/Feistel/Feistel.swift",
"swift_version": "5.0"
}