blob: 517fabbf69461f90cdcdf3b2c8ae16475b638f84 [file] [log] [blame]
{
"name": "Hash",
"version": "1.3.0",
"swift_versions": "5.0",
"summary": "Lightweight means of generating message digests & HMACs with support for AES encryption / decryption.",
"description": "Provides a convenient means of generating message digests / HMACs from Swift Strings or Data using popular hash functions including MD2, MD4, MD5, SHA-1, SHA224, SHA-256, SHA-384 or SHA-512. Also supports encryption and decryption using AES-128, AES-192 or AES-256.",
"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": "1.3.0"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "8.0"
},
"source_files": "Hash/Classes/**/*",
"swift_version": "5.0"
}