blob: f9b64481bf7b815cd02a9a9203a0ffa33855e1d2 [file] [log] [blame]
{
"name": "LGXModuleList",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "公共组件列表",
"description": "#详细描述\n通过配置方式,完成一个复杂列表的组装,业务方只需要关心自己的业务和类即可",
"homepage": "https://gitee.com/pixar/LGXModuleList",
"authors": {
"PiXAR": "417527998@qq.com"
},
"social_media_url": "http://www.jianshu.com/users/e1eb391a157a",
"source": {
"git": "https://gitee.com/pixar/LGXModuleList.git",
"tag": "v1.0.1"
},
"source_files": [
"LGXModuleList",
"LGXModuleList/*.{h,m}",
"LGXModuleList/**/*.{h,m}"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}