第一步
1.建立一个Spec 仓库
2.添加这个Spec仓库到本地
pod repo add LPod https://gitee.com/mlionnner/LPod.git
pod repo add xxx xxxxx.git
第二步 添加任意代码库到Spec仓库
1. 创建代码库A
clone下来这个仓库,准备添加代码
创建LGuide.podspec
pod lib create LGuide
编写完代码后,验证 LGuide.podspec
pod lib lint --allow-warnings
将 LGuide 添加到 Spec仓库中
pod repo push LPod LGuide.podspec --allow-warnings