blob: 78fabea4ad1ba63b6e02a6fd635bd448adf54f02 [file] [log] [blame]
{
"name": "BBRSACryptor",
"version": "0.0.5",
"summary": "RSA cryptor.",
"description": "使用OpenSSL的Api进行RSA的加密和解密,支持公钥加密,私钥解密;私钥加密,公钥解密.",
"homepage": "https://github.com/NianJi/BBRSACryptor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liukun": "765409243@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NianJi/BBRSACryptor.git",
"tag": "0.0.5"
},
"source_files": [
"BBRSACryptor",
"BBRSACryptor/**/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"OpenSSL": [
]
},
"requires_arc": true
}