blob: c75bdc1f971337815bb8787bdea9e07cdff78de9 [file] [log] [blame]
{
"name": "SJSecurity",
"version": "0.0.2",
"summary": "The SJSecurity framework provides neat Swift API for CommonCrypto and Security routines, and these algorithms are implemented: RSA, AES, data signature, signature verification, DH key exchange, HKDF, MD5, SHA1, SHA256.",
"homepage": "https://github.com/zhoushejun/SJSecurity",
"license": "MIT",
"authors": {
"周社军": "965678322@qq.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/zhoushejun/SJSecurity.git",
"tag": "0.0.2"
},
"source_files": "SJSecurityKit/*.{h,m,swift}",
"requires_arc": true
}