blob: bf6c9d6f58ce538d732eac082cb01c894cfd2d26 [file] [log] [blame]
{
"name": "SJSecurity",
"version": "0.0.1",
"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": "http://github.com/zhoushejun/SJSecurity",
"license": "MIT",
"authors": {
"周社军": "965678322@qq.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "http://github.com/zhoushejun/SJSecurity.git",
"tag": "0.0.1"
},
"source_files": "SJSecurityKit/*.{h,m,swift}",
"requires_arc": true
}