blob: 99df9c903a95c692c7f1af4ce216c9453dea5125 [file] [log] [blame]
{
"name": "FNV",
"version": "1.0.8",
"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/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.8"
},
"source_files": "Sources/FNV/*.{swift}",
"swift_version": "4.2",
"requires_arc": true
}