1.创建宿主工程
pod 指令生成 pod init pod install
2.创建远程私有索引库
码市 码云等、
添加远程私有索引库关联
3.创建私人组件
3.1同样借助第三方托管平台 :创建一个私人组件代码仓库,修改sepc
关联远程代码仓库
git remote
git remote add origin https://.....
push到代码仓 打标签
验证spec文件 本地验证:pod lib lint 远程验证: pod spec lint
push spec
pod search 验证是否成功。
宿主工程引用 私有库 pos 添加source' 远程私有库地址'
网友评论