blob: db3a7aa2558c5ed3a59c36712413e4ed65d6058c [file] [log] [blame]
{
"name": "SipHash",
"version": "1.0.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"summary": "Simple and secure hashing in Swift with the SipHash algorithm",
"authors": "Károly Lőrentey",
"homepage": "https://github.com/lorentey/SipHash",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/lorentey/SipHash.git",
"tag": "v1.0.0"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://lorentey.github.io/SipHash/",
"pushed_with_swift_version": "3.0.1"
}