blob: 1e4bec81f19cb6652da9ce5af71c8b39103d3eb0 [file] [log] [blame]
{
"name": "BBRSACryptor",
"version": "0.0.3",
"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",
"osx": "10.10"
},
"source": {
"git": "https://github.com/NianJi/BBRSACryptor.git",
"tag": "0.0.3"
},
"source_files": [
"BBRSACryptor",
"BBRSACryptor/**/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"OpenSSL": [
]
},
"requires_arc": true
}