class Pod::Source::Manager

Public Instance Methods

binary_source() click to toggle source

二进制源

# File lib/cocoapods-hd/resolver.rb, line 8
def binary_source
  source_with_name_or_url("http://gitlab.dushuclub.io/cocoapods/HDBinarySpecs.git")
end
private_source() click to toggle source

私有库源

# File lib/cocoapods-hd/resolver.rb, line 18
def private_source
  source_with_name_or_url("http://gitlab.dushuclub.io/cocoapods/HDSourceSpecs.git")
end
third_party_source() click to toggle source

三方库源

# File lib/cocoapods-hd/resolver.rb, line 13
def third_party_source
  source_with_name_or_url("http://gitlab.dushuclub.io/cocoapods/Specs.git")
end