Install pods with the source
directive in the Podfile
:
pod 'SocketRocket', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'
Or specify source
at the global level:
source 'https://github.com/ElfSundae/CocoaPods-Specs.git'
source 'https://cdn.cocoapods.org/'
target 'Example' do
pod 'SocketRocket'
end