blob: 5103682ad96465db505c637be747e7c48f99700f [file] [log] [blame]
{
"name": "YYRSACrypto",
"version": "0.0.6",
"summary": "基于 MIHCrypto 封装的 RSA 加密解密工具类.",
"description": "基于 MIHCrypto 封装的 RSA 加密解密工具类, 加密解密, 只需要一句代码就能实现.",
"homepage": "https://github.com/Kejiasir/YYRSACrypto",
"license": "MIT",
"authors": {
"Arvin.Yang": "arvinSir.86@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Kejiasir/YYRSACrypto.git",
"tag": "0.0.6"
},
"source_files": [
"YYRSACrypto",
"YYRSACrypto/YYRSACrypto/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"MIHCrypto": [
"~> 0.4.1"
],
"GTMBase64": [
"~> 1.0.0"
]
}
}