blob: 2bb2c867b26a4a9d66aab03664720359573c91e3 [file] [log] [blame]
{
"name": "YJTableViewFactory",
"version": "1.0",
"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"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/*/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}