blob: 37ba21bb4b65805fd912d1922527039bd7f088c3 [file] [log] [blame]
{
"name": "YFEncrypt",
"version": "0.1.0",
"summary": "The encapsulation of hashing, symmetric encryption, and asymmetric encryption",
"description": "The encapsulation of hashing, symmetric encryption, and asymmetric encryption.\nHash: MD5, SHA1, SHA224, SHA256, SHA384, SHA512\nSymmetric: AES, DES, 3DES, CAST, RC4, RC2, Blowfish\nAsymmetric: RSA",
"homepage": "https://github.com/harryphone/YFEncrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harryphone@163.com": "harryphone@163.com"
},
"source": {
"git": "https://github.com/harryphone/YFEncrypt.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "YFEncrypt/Classes/**/*"
}