blob: a0e3b9df00b109fd3a869233b6f7450e6e9669c6 [file] [log] [blame]
{
"name": "MurmurHash3",
"version": "0.1.0",
"summary": "MurmurHash3 non-cryptographic hash function",
"description": "MurmurHash is a non-cryptographic hash function suitable for general hash-based\nlookup. This project implements MurmurHash3 x64 32-bit and 128-bit functions.",
"homepage": "https://gitlab.com/shadone/MurmurHash3",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Denis Dzyubenko": "denis@ddenis.info"
},
"source": {
"git": "https://gitlab.com/shadone/MurmurHash3.git",
"tag": "0.1.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0"
},
"source_files": "MurmurHash3/Classes/**/*"
}