blob: 44b1b4cc9505d3605ac2034c6c8932a77f1f4949 [file] [log] [blame]
{
"name": "HXConvenientListView",
"version": "1.0.2",
"summary": "简化使用列表对象时的代码书写量,例如数据源配置、事件回调",
"homepage": "https://gitee.com/huanxiong",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dahuanxiong": "xinlixuezyj@163.com"
},
"source": {
"git": "https://github.com/yiyucanglang/HXConvenientListView.git",
"tag": "1.0.2"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"public_header_files": "Core/*{h}",
"source_files": "Core/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "List",
"public_header_files": "List/*{h}",
"source_files": "List/*.{h,m}",
"dependencies": {
"HXConvenientListView/Core": [
]
}
}
]
}