blob: d6ed69a1e388b5cc64e582ecfe39a9820901c960 [file] [log] [blame]
{
"name": "EmptyDataKit",
"version": "0.1",
"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/ProgramerSunny/EmptyDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ProgramerSunny": "cd_sunyang@163.com"
},
"source": {
"git": "https://github.com/ProgramerSunny/EmptyDataKit.git",
"tag": 0.1
},
"platforms": {
"ios": "8.0"
},
"source_files": "EmptyDataKit/Classes/*",
"dependencies": {
"BlocksKit": [
]
}
}