blob: cf21876dba68eadaffc53e374f201532f4b7c7e9 [file] [log] [blame]
{
"name": "FNV",
"version": "1.1.0",
"summary": "FNV hash framework in Swift.",
"description": "This is \"FNV\" (Fowler/Noll/Vo) hash framework in Swift.\nA framework includes \"FNV-0 32/64bit\", \"FNV-1 32/64bit\", \"FNV-1a 32/64bit\" functions.\n\nOriginal FNV algorithm created by Glenn Fowler, Landon Curt Noll, and Kiem-Phong Vo.",
"homepage": "https://github.com/daisuke-t-jp/FNV",
"screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/FNV/master/images/header.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"daisuke-t-jp": "daisuke.t.jp@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/daisuke-t-jp/FNV.git",
"tag": "1.1.0"
},
"source_files": "Sources/FNV/*.{swift}",
"swift_versions": "5.3",
"requires_arc": true,
"swift_version": "5.3"
}