Sha256: 7a72a3279f6fd9380f742dad8f635b9431441be183c454eaa36dae98f156f2e9
Contents?: true
Size: 703 Bytes
Versions: 1
Compression:
Stored size: 703 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-hd-0.1.0 | lib/cocoapods-hd/upload/constant.rb |