blob: 0935e151c5ef619e469eff2a6728a0628a233975 [file] [log] [blame]
{
"name": "XCNoDataPlaceholder",
"version": "1.0.1",
"summary": "这是一个简单易用的空列表占位图插件,适用于UITableView和UICollectionView",
"description": "这是一个简单易用的空视图占位图插件,适用于UITableView和UICollectionView,使用方法超级简单直接引用并且实现代理方法即可",
"homepage": "https://github.com/zhangxuchuan827/XCNoDataPlaceholder",
"license": "Apache License 2.0",
"authors": {
"zhangxuchuan": "zhangxuchuan827@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangxuchuan827/XCNoDataPlaceholder.git",
"tag": "1.0.1"
},
"source_files": [
"XCNoDataPlaceholder",
"XCNoDataPlaceholder/*.{h,m}"
],
"public_header_files": "XCNoDataPlaceholder/*.h",
"frameworks": "UIKit"
}