blob: 7cd1e2f6ad5ef8f2582eda2b180e25663c530b58 [file] [log] [blame]
{
"name": "EmptyDataKit",
"version": "0.1.2",
"summary": "A simple and light framework helps you to add a friendly placeholder view when your UITableView or UICollectionView is empty with data",
"description": "A simple and light framework helps you to add a friendly placeholder view when your UITableView or UICollectionView is empty with data. And EmptyDataKit is also very simple to use, you can only give the widget a property, and it will work.",
"homepage": "https://github.com/CepheusSun/EmptyDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CepheusSun": "cd_sunyang@163.com"
},
"source": {
"git": "https://github.com/CepheusSun/EmptyDataKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EmptyDataKit/Classes/*",
"dependencies": {
"BlocksKit": [
]
}
}