blob: 81916866d872f14a050b5a86292b283b73eb9326 [file] [log] [blame]
{
"name": "RSAUtil",
"version": "1.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/cctomato/RSAUtil.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cctomato": "cyq_1103@live.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cctomato/RSAUtil.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}