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