blob: b5433fae0ac4b6c86a12180d2ed2d8bb26b6bfa4 [file] [log] [blame]
{
"name": "DCComponentTestModule",
"version": "1.0.2",
"summary": "iOS开发测试模块",
"description": "iOS组件化测试模块",
"homepage": "https://gitee.com/captain9911/DCComponentTestModule",
"license": "MIT",
"authors": {
"captain9911": "765820548@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitee.com/captain9911/DCComponentTestModule.git",
"tag": "1.0.2"
},
"source_files": [
"DCComponentTestModule/DCComponentTestModule/Actions/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Adapters/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Controllers/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Mediator/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Models/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Other/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Services/**/*.{h,m}",
"DCComponentTestModule/DCComponentTestModule/Views/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"DCComponentBase": [
"~> 1.0.5"
]
}
}