blob: 9f5685080b5b4f441f44c2ff836c8f0c65dde317 [file] [log] [blame]
{
"name": "FJTableView",
"version": "0.0.2",
"summary": "A Customized Data-driven Tableview",
"homepage": "https://github.com/jeffnjut/FJTableView",
"license": "MIT",
"authors": {
"jeff_njut": "jeff_njut@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jeffnjut/FJTableView.git",
"tag": "0.0.2"
},
"source_files": "FJTableView/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"BlocksKit": [
],
"FJTool/Array": [
]
},
"requires_arc": true
}