| { |
| "name": "HashExtensions", |
| "version": "1.0.1", |
| "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": "1.0.1" |
| }, |
| "source_files": "HashExtensions/*.{h,m}", |
| "public_header_files": "HashExtensions/*.h", |
| "private_header_files": "HashExtensions/Internal.h" |
| } |