blob: d6584278d53a75fb6725744524e42a14982acc6d [file] [log] [blame]
{
"name": "NJEasyTable",
"version": "1.0.1",
"summary": "Manage Datasource of UITableView",
"description": "help UITableView to manage datas\n* Easy Manage Data Model of TableView\n* Easy calculate and cache cell height",
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/NianJi/NJEasyTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"念纪": "fengnianji@gmail.com"
},
"source": {
"git": "https://github.com/NianJi/NJEasyTable.git",
"tag": "1.0.1"
},
"source_files": "sources/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}