blob: 176579bbca85d7cac199492b3a16744884cc5e82 [file] [log] [blame]
{
"name": "YJTableViewFactory",
"version": "3.1.0",
"summary": "UITableView工厂,可自动填充数据源,填充Cell,缓存高。",
"homepage": "https://github.com/937447974/YJTableViewFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"阳君": "937447974@qq.com"
},
"source": {
"git": "https://github.com/937447974/YJTableViewFactory.git",
"tag": "v3.1.0"
},
"preserve_paths": "Documentation/*.*",
"prepare_command": "sh Documentation/docset-installed.sh",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"YJCocoa/CocoaTouchLayer/UIKit/TableView": [
]
}
}