blob: 297c946340176267c82e6bc5eaf875e4d109f52c [file] [log] [blame]
{
"name": "BFEmptyDataSet",
"version": "1.0.0",
"summary": "空视图处理",
"description": "A UIView category for showing empty datasets whenever the view has no content to display.",
"homepage": "https://github.com/lupeihong/BFEmptyDataSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lupeihong": "772490191@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lupeihong/BFEmptyDataSet.git",
"tag": "v1.0.0"
},
"source_files": [
"Classes",
"BFEmptyDataSet/UIView+EmptyDataSet.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}