blob: 982dfd4d5c831991741b155661f59e6f793fe73f [file] [log] [blame]
{
"name": "LZToastHelper",
"version": "0.1.5",
"summary": "基于 MBProgressHUD 进行二次封装。",
"description": "Toast 飘窗提醒\n1.单例\n2.全局统一配置\n3.隐藏统一回调",
"homepage": "https://github.com/liLeiBest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilei_hapy@163.com": "lilei_hapy@163.com"
},
"source": {
"git": "https://github.com/liLeiBest/LZToastHelper.git",
"tag": "0.1.5"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "8.0"
},
"source_files": "LZToastHelper/Classes/*.{h,m}",
"public_header_files": "LZToastHelper/Classes/*.h",
"dependencies": {
"MBProgressHUD": [
]
}
}