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