Sep 6, 2018 · 1 min read
HI Shahab Ejaz,
Thanks for the great article, I just got confused at the end about how to share your private pod with your team, you said “they should have access to the spec repo, and they must add the private repo to their local Cocoapods installation with the command:
pod repo add [REPO_NAME] [SOURCE_URL]”
but I think is enough to have access to spec repo and just add the pod to profile then it’s gonna be treated as a normal pod, no need to do this “pod repo add [REPO_NAME] [SOURCE_URL]”
I am not really sure about what that line does exactly, because we already add the spec to the cocoapods installation using
pod repo add [REPO_NAME] [SOURCE_URL]
please correct me if I am wrong?
thanks
