blob: adea52e03aa19adfc364778f876c3a9c51c74703 [file] [log] [blame]
{
"name": "Kilig",
"version": "0.1.0",
"summary": "一个轻量的简化UITableView数据驱动的库",
"description": "Kilig是一个轻量的简化UITableView数据驱动的库",
"homepage": "https://github.com/cnchenys/Kilig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TechSen": "cnchenys@qq.com"
},
"source": {
"git": "https://github.com/cnchenys/Kilig.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Kilig/Classes/*.h",
"subspecs": [
{
"name": "Tools",
"source_files": "Kilig/Classes/Tools/*.{h,m}"
},
{
"name": "TableView",
"source_files": "Kilig/Classes/TableView/*.{h,m}",
"dependencies": {
"Kilig/Tools": [
]
}
},
{
"name": "Chaining",
"source_files": "Kilig/Classes/Chaining/*.{h,m}",
"dependencies": {
"Kilig/TableView": [
]
}
}
]
}