blob: a4a8e211fd95fd5672822eaf159319666440d7c0 [file] [log] [blame]
{
"name": "LWEncryptor",
"version": "1.0.0",
"summary": "一个加密解密框架,包含md5、RSA、AES。",
"description": "LWEncryptor,加密解密框架,包含md5签名、非对称加密解密RSA,以及对称加密解密AES算法的封装。",
"homepage": "https://github.com/luowei/LWEncryptor.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luowei": "luowei@wodedata.com"
},
"source": {
"git": "https://github.com/luowei/LWEncryptor.git"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LWEncryptor/Classes/**/*",
"static_framework": true,
"public_header_files": "LWEncryptor/Classes/**/*.h",
"dependencies": {
"OpenSSL-Universal": [
]
}
}