blob: 090fbc82f7fc81fed43347a93dbedb2f8f4fa6f8 [file] [log] [blame]
{
"name": "KYEncrypt",
"version": "0.0.5",
"summary": "KYEncrypt 是一个加解密类库包括AES128,AES256,Base64,Md5等加密算法类库.",
"homepage": "https://github.com/kingly09/KYEncrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kingly": "libintm@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kingly09/KYEncrypt.git",
"tag": "0.0.5"
},
"social_media_url": "https://github.com/kingly09",
"source_files": "KYEncrypt/*.{h,m}",
"requires_arc": true,
"dependencies": {
"GTMBase64": [
"~> 1.0.0"
]
}
}