blob: 007666458691f3fe71a5f95589bfe1d11382b168 [file] [log] [blame]
{
"name": "FNV",
"version": "1.0.3",
"summary": "FNV hash framework by Swift.",
"homepage": "https://github.com/daisuke-t-jp/FNV",
"screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/FNV/master/doc/header.png",
"license": "MIT",
"authors": {
"daisuke-t-jp": "daisuke.t.jp@gmail.com"
},
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/daisuke-t-jp/FNV.git",
"tag": "1.0.3"
},
"source_files": "FNV/FNV/*.{h,swift}"
}