blob: bc68380cbdf9fee791b295c94882ce324c39ab76 [file] [log] [blame]
{
"name": "HashExtensions",
"version": "2.0.0",
"summary": "Extensions for crypto hashes in NSData and NSString.",
"description": "Extensions for crypto hashes in NSData and NSString\n\nSupported hashes:\n- MD2\n- MD4\n- MD5\n- SHA1\n- SHA224\n- SHA256\n- SHA384\n- SHA512",
"homepage": "https://github.com/anfema/HashExtensions",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "j.schriewer@anfe.ma"
},
"social_media_url": "http://twitter.com/dunkelstern",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/anfema/HashExtensions.git",
"tag": "2.0.0"
},
"source_files": "HashExtensions/*.{h,m}",
"public_header_files": "HashExtensions/*.h",
"private_header_files": "HashExtensions/Internal.h"
}