/DCSpecs

Primary LanguageRubyMIT LicenseMIT

DCSpecs

使用方法

在你的Podfile文件中添加

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/dsencheng/DCSpecs.git'
向DCSpecs推送更新
pod repo push DCSpecs (podname).podspec --use-libraries --allow-warnings
指定Specs更新
pod update --sources=https://github.com/dsencheng/DCSpecs
删除本地repo
pod repo remove (PodName)
添加本地删除的repo
pod repo add WTSpecs git@xxx/WTSpecs.git
删除远程Spec仓库中的 Pod

cd~/.cocoapods/repos/xxxSpecs目录下

$ rm -Rf PodTestName

然后在Git的变动push到远端仓库即可.

$ git add --all .
$ git ci -m "remove unuseful pods"
$ git push origin master