[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / a / e / Hash / 0.0.1 / Hash.podspec.json
blob5944bdba51a6dd7b4942c384cc6ff76e5ba8f0d5
2   "name": "Hash",
3   "version": "0.0.1",
4   "swift_versions": "5.0",
5   "summary": "Lightweight means of hashing Data and Strings using popular hash functions including MD5, SHA-1, SHA-256.",
6   "description": "Provides a convenient means of converting a message in Data or String format to a hash / message digest using a hash function (MD2, MD4, MD5, SHA-1, SHA224, SHA-256, SHA-384 or SHA-512).",
7   "homepage": "https://github.com/rwbutler/Hash",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ross Butler": "github@rwbutler.com"
14   },
15   "source": {
16     "git": "https://github.com/rwbutler/Hash.git",
17     "tag": "0.0.1"
18   },
19   "social_media_url": "https://twitter.com/ross_w_butler",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "Hash/Classes/**/*",
24   "swift_version": "5.0"