blob: 741b135176e2c1d4ea35e06c7b51ad05ee00d875 [file] [log] [blame]
{
"name": "MurmurHash-Swift",
"version": "1.0.6",
"summary": "MurmurHash framework in Swift.",
"description": "This is \"MurmurHash\" framework in Swift.\nFramework include \"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.6"
},
"source_files": "MurmurHash/MurmurHash/*.{h,swift}",
"swift_version": "4.2",
"requires_arc": true
}