blob: 0a33130ab709ea502e17de83c0df93c050f04697 [file] [log] [blame]
{
"name": "ObjcRSA",
"version": "0.4.0",
"summary": "使用Security库进行简单的RSA加解密",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Neojoke/ObjcRSA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neojoke": "394570610@qq.com"
},
"source": {
"git": "https://github.com/Neojoke/ObjcRSA.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ObjcRSA/Classes/**/*",
"public_header_files": "ObjcRSA/Classes/**/*.h",
"frameworks": "Security"
}