blob: 1cc0e3f2568c1bcbded4e4aa34c75ce48974d493 [file] [log] [blame]
{
"name": "JSEncryption",
"version": "0.1.1",
"summary": "添加基础算法 base64,md5,3des及keychain的集合",
"description": "this is a encryption framework for 3des",
"homepage": "https://github.com/JohnShron/JSEncryption.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Josh.Shron": "1606504177@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JohnShron/JSEncryption.git",
"tag": "0.1.1"
},
"source_files": [
"JSEncryption",
"JSEncryption/**/*.{h,m}"
],
"exclude_files": "JSEncryption/Exclude",
"frameworks": [
"LocalAuthentication",
"UIKit"
]
}