blob: a5dc523d4a99eb965ca3aaf4643ab1bec2843e19 [file] [log] [blame]
{
"name": "JDTableViewManager",
"version": "0.0.2",
"summary": "IOS 一个快速创建tableView表格的控件",
"description": "IOS日常开发中经常遇到类似于输入框cell、简单label、textViewCell等等一些常见的cell,如果使用xib或者storyboard,不利于重构,这个控件就是把这些常见的cell封装起来,然后以创建model的形式自动创建对应的cell,使用者角度只用创建model,即可",
"homepage": "https://github.com/Z-JaDe/JDTableViewManager.git",
"license": "MIT",
"authors": {
"Z_JaDe": "zjade@outlook.com"
},
"social_media_url": "https://github.com/Z-JaDe",
"source": {
"git": "https://github.com/Z-JaDe/JDTableViewManager.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JDTableViewManager/**/*.{swift}",
"dependencies": {
"JDGridLayout": [
]
},
"requires_arc": true
}