blob: 984fdff7bdd4b6a9a119f15e23917303c3dae2f3 [file] [log] [blame]
{
"name": "RSAEncrypt",
"version": "0.0.2",
"license": "MIT",
"summary": "iOS 简单 RSA 加密方法。",
"description": "iOS 简单 RSA 加密方法,加密 key 使用字符串方式。使用系统库,包含如何创建钥匙对命令。",
"homepage": "https://github.com/rigelxu/RSAEncrypt",
"authors": {
"Rigel": "mrxurj@gmail.com"
},
"source": {
"git": "https://github.com/rigelxu/RSAEncrypt.git",
"tag": "0.0.2"
},
"source_files": "RSAEncrypt/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true
}