blob: 5a52426e7889536c6285051ca127e4d72b9a0718 [file] [log] [blame]
{
"name": "FNV",
"version": "1.0.6",
"summary": "FNV hash framework in Swift.",
"description": "This is \"FNV\" (Fowler/Noll/Vo) hash framework in Swift.\nFramework include \"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/doc/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.0.6"
},
"source_files": "FNV/FNV/*.{h,swift}",
"swift_version": "4.2",
"requires_arc": true
}