blob: ef45d729af1e1813ca2ada00a0fd8cb460d6e898 [file] [log] [blame]
{
"name": "SipHash",
"version": "1.2.1",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"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/attaswift/SipHash",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/attaswift/SipHash.git",
"tag": "v1.2.1"
},
"source_files": "SipHash/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://attaswift.github.io/SipHash/"
}