[Add] LastCrash 1.1.20
[CocoaPods.git] / Specs / 9 / b / c / HashExtensions / 2.0.0 / HashExtensions.podspec.json
blobbc68380cbdf9fee791b295c94882ce324c39ab76
2   "name": "HashExtensions",
3   "version": "2.0.0",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Johannes Schriewer": "j.schriewer@anfe.ma"
13   },
14   "social_media_url": "http://twitter.com/dunkelstern",
15   "platforms": {
16     "ios": "8.4",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/anfema/HashExtensions.git",
21     "tag": "2.0.0"
22   },
23   "source_files": "HashExtensions/*.{h,m}",
24   "public_header_files": "HashExtensions/*.h",
25   "private_header_files": "HashExtensions/Internal.h"