blob: fad38e07c13a3c71b0d990861c3d16fa77164c43 [file] [log] [blame]
{
"name": "TableViewArray",
"version": "0.1.8",
"summary": "A usefull library make UITableView listener a array",
"description": "A usefull library make UITableView listener a array.",
"homepage": "https://github.com/scorplot/TableViewArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"scorplot": "scorplot@aliyun.com"
},
"source": {
"git": "https://github.com/scorplot/TableViewArray.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "TableViewArray/Classes/Category/**/*",
"dependencies": {
"CCUIModel": [
]
}
},
{
"name": "TableViewArray",
"source_files": "TableViewArray/Classes/TableViewArray/**/*",
"dependencies": {
"MutableArrayListener": [
]
}
}
]
}