blob: af9ba3c01fe6dfad51f41417d751434a832075a8 [file] [log] [blame]
{
"name": "LZToastHelper",
"version": "0.1.3",
"summary": "基于 MBProgressHUD 进行二次封装。",
"description": "1.单例\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.3"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "8.0"
},
"source_files": "LZToastHelper/Classes/*.{h,m}",
"public_header_files": "LZToastHelper/Classes/*.h",
"dependencies": {
"MBProgressHUD": [
]
}
}