blob: 1f809a845560660ac0518aa7e44e247c6b96917f [file] [log] [blame]
{
"name": "QNStringCrypto",
"version": "1.0.0",
"summary": "Simple quick crypto support for string",
"description": "Can simple using it for create some crypto method to string like sha256, sha1, md5, base64encoding with only 1 line of code",
"homepage": "https://github.com/quocnb/QNStringCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quocnb": "quocnb.vnu@gmail.com"
},
"source": {
"git": "https://github.com/quocnb/QNStringCrypto.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"swift_versions": "5",
"source_files": "QNStringCrypto/**/*.swift",
"swift_version": "5"
}