A pretty opinionated talk for CocoaPods state of the union (WWDC) event.
The talk is a result of some practices applied after dealing with private pods in a bigger team for quite awhile. Opinions are my own and you shouldn't take them as facts.
NO PRIVATE SPEC SERVER USE :GIT pod 'SiliconKit', :git => 'pods.local/siliconkit.git' OPTIONALLY, USE :TAGS pod 'SiliconKit', :git => '...', :tag => '1.0.3'