| { | |
| "name": "YLT_Crypto", | |
| "version": "0.0.3", | |
| "summary": "iOS 常用加密算法", | |
| "description": "iOS 常用加密算法,包含DES、AES、RSA等", | |
| "homepage": "https://github.com/YLTTeam/ylt_Crypto", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "xphaijj0305@126.com": "xiangpuhua@126.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/YLTTeam/ylt_Crypto.git", | |
| "tag": "0.0.3" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "YLT_Crypto/Classes/**/*" | |
| } |