blob: 1592dbee491459f7ad4b1e04d6d67b3ed13ad9ee [file] [log] [blame]
{
"name": "MurmurHash3",
"version": "0.2.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.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "MurmurHash3/Classes/**/*",
"swift_version": "5.0"
}