blob: 4b68bb441e94111463142187e990c5018455f8e9 [file] [log] [blame]
{
"name": "YJTableViewFactory",
"version": "2.1.0",
"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": "v2.1.0"
},
"source_files": "Classes/*.{h,m}",
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"preserve_paths": "Documentation/*.*",
"prepare_command": "sh Documentation/docset-installed.sh",
"subspecs": [
{
"name": "Core",
"source_files": [
"Classes/DataSource/*.{h,m}",
"Classes/Delegate/*.{h,m}",
"Classes/Extend/*.{h,m}",
"Classes/Suspension/*.{h,m}"
],
"dependencies": {
"YJTableViewFactory/CellObject": [
]
}
},
{
"name": "CellObject",
"source_files": "Classes/CellObject/*.{h,m}",
"dependencies": {
"YJCocoa": [
]
},
"prefix_header_file": "YJTableViewFactory/YJTableViewFactory/PrefixHeader.pch"
}
]
}