2 "name": "HashExtensions",
4 "summary": "Extensions for crypto hashes in NSData and NSString.",
5 "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",
6 "homepage": "https://github.com/anfema/HashExtensions",
12 "Johannes Schriewer": "j.schriewer@anfe.ma"
14 "social_media_url": "http://twitter.com/dunkelstern",
20 "git": "https://github.com/anfema/HashExtensions.git",
23 "source_files": "HashExtensions/*.{h,m}",
24 "public_header_files": "HashExtensions/*.h",
25 "private_header_files": "HashExtensions/Internal.h"