blob: 5909a384420422301d1e48f5d92cdd4b13069232 [file] [log] [blame]
{
"name": "RSAHandler",
"version": "1.0.0",
"summary": "Encrypt and decrypt RSA utility classes.",
"description": "Encrypt and decrypt RSA utility classes, including public key encryption, public key decryption, private key decryption.",
"homepage": "https://github.com/bizhanlu/RSAHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bizhanlu": "993009844@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizhanlu/RSAHandler.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}