blob: c8687ee8b1c9b1cbed0fc7a85e6a8f56d0ce9beb [file] [log] [blame]
{
"name": "DDLoadingView",
"version": "0.0.9",
"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.9"
},
"source_files": "DDLoadingView/**/*.{h,m}",
"resources": "DDLoadingView/Resources/DDLoadingView.bundle",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}