[Add] CustomerIOTrackingMigration 3.3.1
[CocoaPods.git] / Specs / c / 4 / 0 / Hasher / 0.1.0 / Hasher.podspec.json
blob130a30f8f9ac69482342a291f122bdd632451905
2   "name": "Hasher",
3   "version": "0.1.0",
4   "summary": "A simple Hashing library.",
5   "swift_version": "4.3",
6   "description": "A wrapper around CommonCrypto to calculate Hashes of various objects.",
7   "homepage": "https://github.com/Oni-zerone/Hasher",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Andrea Altea": "oni.zerone@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Oni-zerone/Hasher.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/Oni_zerone",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "Hasher/Classes/**/*",
24   "frameworks": "Foundation"