blob: f365d4d487465a392ca230e85174ebda0a3121c6 [file] [log] [blame]
{
"name": "xxHash-Swift",
"version": "1.0.2",
"summary": "xxHash framework in Swift.",
"description": "xxHash framework in Swift.\nFramework include xxHash 32/64 bit functions.\n \nOriginal xxHash algorithm created by Yann Collet.\nhttps://cyan4973.github.io/xxHash/",
"homepage": "https://github.com/daisuke-t-jp/xxHash-Swift",
"screenshots": "https://raw.githubusercontent.com/daisuke-t-jp/xxHash-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/xxHash-Swift.git",
"tag": "1.0.2"
},
"source_files": "xxHash/xxHash/*.{h,swift}",
"swift_version": "4.2",
"requires_arc": true
}