blob: befef28b674e7f3b513444c4f438388307178462 [file] [log] [blame]
{
"name": "EmptyDataView",
"version": "0.0.1",
"summary": "TableView与Collectionview空数据时显示的view",
"description": "TODO: uitableview 或uicollectionview 为空的界面显示",
"homepage": "https://github.com/seongbrave/EmptyDataView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seongbrave": "seongbrave@sina.com"
},
"source": {
"git": "https://github.com/seongbrave/EmptyDataView.git",
"tag": "0.0.1"
},
"social_media_url": "http://seongbrave.github.io/",
"platforms": {
"ios": "8.0"
},
"source_files": "EmptyDataView/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
],
"SnapKit": [
"~> 4.0.0"
]
}
}