然后就有了私有库地点:
https://gitee.com/*************/test-module-one.git
第二步:创建私有库模板
//创建私有库模板pod lib create TestModuleOne//下面是私有库的简单设置//选择平台What platform do you want to use?? [ iOS / macOS ] > ios//选择编程语言What language do you want to use?? [ Swift / ObjC ] > objc//选择是否创建测试demoWould you like to include a demo application with your library? [ Yes / No ] > yes//选择测试框架Which testing frameworks will you use? [ Specta / Kiwi / None ] > none//是否视图测试Would you like to do view based testing? [ Yes / No ] > no//类前缀What is your class prefix? > LU这就得到了库模板: