blob: e73217d76a0086db3f60149c25ab0a10f02e0a36 [file] [log] [blame]
{
"name": "HKRSA",
"version": "0.0.1",
"summary": "用OC封装了系统提供的RSA相关操作",
"description": "用OC封装了系统提供的RSA相关操作,包括:加密、解密、签名、验证",
"homepage": "https://github.com/xuvw/HKRSA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heke": "1052110478@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xuvw/HKRSA.git",
"tag": "0.0.1"
},
"source_files": "HKRSA/**/HKRSA.{h,m}",
"frameworks": "Security",
"requires_arc": true
}