blob: 27c1bd980e97530ca980e0ec4718855a02769768 [file] [log] [blame]
{
"name": "GJStaticTableView",
"summary": "A static TableView, like TableView in StoryBoard",
"version": "0.0.2.beta",
"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.2.beta"
},
"requires_arc": true,
"source_files": "GJStaticTableView/*.{h,m}",
"public_header_files": "GJStaticTableView/*.{h}",
"frameworks": "UIKit",
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
]
}
}