{ | |
"name": "LBEncrypt", | |
"version": "0.0.1", | |
"summary": "AES和RSA加密。", | |
"description": "AES和RSA加密。", | |
"homepage": "https://github.com/A1129434577/LBEncrypt", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"刘彬": "1129434577@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/A1129434577/LBEncrypt.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "LBEncrypt/**/*.{h,m}", | |
"requires_arc": true | |
} |