blob: e0246e377df1e47473c57953448d5b3109a2ff8c [file] [log] [blame]
{
"name": "SMTableView",
"version": "2.2.6",
"summary": "one line of tableview",
"description": "one line for SimplifyTableView",
"homepage": "https://github.com/wangjindong/SMTableView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangjindong": "419591321@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wangjindong/SMTableView.git",
"tag": "2.2.6"
},
"source_files": "SimplifyTableView/**/*.{h,m}",
"public_header_files": "SimplifyTableView/**/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
]
}
}