blob: 17df9453b1d008b438260afc857af228c130da66 [file] [log] [blame]
{
"name": "ZYEmptyStateScrollView",
"version": "1.0.0",
"summary": "让UIScrollView/UITableView/UICollectionView 在加载不同的时期显示不同的视图",
"description": "让UIScrollView/UITableView/UICollectionView 在加载不同的时期显示不同的视图,比如加载成功,加载中,加载无数据,无网络连接,加载失败几种情况显示不同的视图,避免空白页面体验差,只需三行代码.",
"homepage": "https://github.com/LeaderBoy/ZYEmptyStateScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeaderBoy": "748603349@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LeaderBoy/ZYEmptyStateScrollView.git",
"tag": "1.0.0"
},
"source_files": [
"ZYEmptyStateScrollView/ZYEmptyState",
"ZYEmptyStateScrollView/ZYEmptyState/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.8.1"
]
}
}