CocoaPods / blog.cocoapods.org

The blog for CocoaPods
https://blog.cocoapods.org/
34 stars 38 forks source link

[CocoaPods 0.36] Add paragraph about private pods and "source" #75

Closed AliSoftware closed 9 years ago

AliSoftware commented 9 years ago

\cc @neonichu @orta

segiddins commented 9 years ago

@AliSoftware correct

AliSoftware commented 9 years ago

In CocoaPods 0.36 and onwards, when using pods from private spec repositories, you will need to explicity list all the spec repositories that are used. This is important for ensuring everybody in your team uses the same reference of specs whatever their local configuration is.

Note that if you don't use private pods (and only use pods from the official spec repo), you don't need to list any source as this will defaults to only using CocoaPods/Spec.

Works for you guys?

orta commented 9 years ago

yes

neonichu commented 9 years ago

:+1:

AliSoftware commented 9 years ago

Fixed, ready to merge once you give the go.