blob: ab32d53f3a9ef7f101bf056c9e7d7aaaf5ba5111 [file] [log] [blame]
{
"name": "SMTableView",
"version": "2.3.3",
"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.3.3"
},
"source_files": "Framework/**/*.{h,m}",
"public_header_files": "Framework/**/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.3"
]
}
}