module CocoapodsHd class Constant def self.binary_url 'http://gitlab.dushuclub.io/cocoapods/HDBinarySpecs.git' end def self.source_url 'http://gitlab.dushuclub.io/cocoapods/HDSourceSpecs.git' end def self.spec_url 'http://gitlab.dushuclub.io/cocoapods/Specs.git' end def self.binary_repo path = File.join(Dir.home, ".cocoapods/repos/HDBinarySpecs") path end def self.unused_binary_repo path = File.join(Dir.home, ".cocoapods/repos/dushuclub-cocoapods-hdbinaryspecs") path end def self.user_and_password "fddsh:bookclub" end def self.ftp_url "ftp://172.16.43.173/binary" end end end