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