blob: 28e157331066afa6042a740ad4708a19ad015b30 [file] [log] [blame]
{
"name": "MurmurHash-Swift",
"version": "1.0.8",
"summary": "MurmurHash framework in Swift.",
"description": "\"MurmurHash\" framework in Swift.\nA framework includes \"MurmurHash3 x86_32, x86_128, x64_128\" functions.",
"homepage": "https://github.com/daisuke-t-jp/MurmurHash-Swift",
"screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/MurmurHash-Swift/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/MurmurHash-Swift.git",
"tag": "1.0.8"
},
"source_files": "Sources/MurmurHash/*.{swift}",
"swift_version": "4.2",
"requires_arc": true
}