blob: 35a24e2833b5d589aa353bbca1fac88dd6b46291 [file] [log] [blame]
{
"name": "YJTableViewFactory",
"version": "1.0.2",
"summary": "UITableView工厂,可自动填充数据源,填充Cell,缓存高。",
"homepage": "https://github.com/937447974/YJTableViewFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"阳君": "937447974@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/937447974/YJTableViewFactory.git",
"tag": "v1.0.2"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/*/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}