blob: 0febc21b33ecb44162989c7f08de8135c7c3e45c [file] [log] [blame]
{
"name": "EmptyKit",
"version": "4.0.1",
"summary": "A lightweight, swift library for displaying emptyView whenever the view(tableView/collectionView) has no content to display, just like DZNEmptyDataSet.",
"homepage": "https://github.com/ZionChang/EmptyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"archerzz": "archerzz.work@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZionChang/EmptyKit.git",
"tag": "4.0.1"
},
"source_files": "EmptyKit/*.swift",
"requires_arc": true,
"frameworks": "UIKit"
}