blob: 130a30f8f9ac69482342a291f122bdd632451905 [file] [log] [blame]
{
"name": "Hasher",
"version": "0.1.0",
"summary": "A simple Hashing library.",
"swift_version": "4.3",
"description": "A wrapper around CommonCrypto to calculate Hashes of various objects.",
"homepage": "https://github.com/Oni-zerone/Hasher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Altea": "oni.zerone@gmail.com"
},
"source": {
"git": "https://github.com/Oni-zerone/Hasher.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Oni_zerone",
"platforms": {
"ios": "10.0"
},
"source_files": "Hasher/Classes/**/*",
"frameworks": "Foundation"
}