1. 安装cocoapods-repo-svn 插件
sudo gem install cocoapods-repo-svn
2. 代码提交到svn服务器
3.添加远程索引库到本地
pod repo-svn add ZYCategories https://10.100.201.66/svn/MBS_PRO/development/branches/Plugin_DEV/ZYModular/ZYCategories/ZYCategories/
4.创建本地私有模版库
pod lib create ZYCategories
5. 编写podsepc文件
6.远程打标签tag
7.提交spec至私有索引库
pod repo-svn push ZYCategories ZYCategories.podspec
8.使用 profile
9.注意
cocoapods 官方source是隐式的需要的,一旦你指定了其他source 你就需要也把官方的指定
:sources 中可以添加多个路径