blob: 5171e0efea19767417df81a5ab8409d89385ede2 [file] [log] [blame]
{
"name": "DPFlowCoordinator",
"version": "1.0.3",
"summary": "流程协调器",
"description": "流程协调器,用于分离iOS开发中业务流程代码",
"homepage": "http://dpdev.cn/",
"license": "MIT",
"authors": {
"DancewithPeng": "dancewithpeng@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/DancewithPeng/DPFlowCoordinator.git",
"tag": "1.0.3"
},
"source_files": [
"Classes",
"DPFlowCoordinator/Classes/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}