blob: 5944bdba51a6dd7b4942c384cc6ff76e5ba8f0d5 [file] [log] [blame]
{
"name": "Hash",
"version": "0.0.1",
"swift_versions": "5.0",
"summary": "Lightweight means of hashing Data and Strings using popular hash functions including MD5, SHA-1, SHA-256.",
"description": "Provides a convenient means of converting a message in Data or String format to a hash / message digest using a hash function (MD2, MD4, MD5, SHA-1, SHA224, SHA-256, SHA-384 or SHA-512).",
"homepage": "https://github.com/rwbutler/Hash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/Hash.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "8.0"
},
"source_files": "Hash/Classes/**/*",
"swift_version": "5.0"
}