blob: 742aaa3067657aff0094ea2977b43ef93f8ed0ca [file] [log] [blame]
{
"name": "GJStaticTableView",
"summary": "A static TableView, like TableView in StoryBoard",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyutao": "wangyutao0424@163.com"
},
"homepage": "https://github.com/GJGroup/GJStaticTableView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/GJGroup/GJStaticTableView.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "GJStaticTableView/*.{h,m}",
"public_header_files": "GJStaticTableView/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
]
}
}