blob: ba0fb30379e0059f26e435258dc7791c3bfce376 [file] [log] [blame]
{
"name": "DDLoadingView",
"version": "0.0.8",
"summary": "视图加载工具类,视图首次加载、空数据、加载错误展示处理。",
"homepage": "https://github.com/BrownCN023/DDLoadingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDLoadingView.git",
"tag": "0.0.8"
},
"source_files": "DDLoadingView/**/*.{h,m}",
"resources": "DDLoadingView/Resources/DDLoadingView.bundle",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJRefresh": [
"~> 3.1.16"
]
}
}