Class: Pod::Source::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-tdf-bin/native/sources_manager.rb

Instance Method Summary collapse

Instance Method Details

#binary_sourceObject

二进制 source



15
16
17
# File 'lib/cocoapods-tdf-bin/native/sources_manager.rb', line 15

def binary_source
  source_with_name_or_url(CBin.config.binary_repo_url)
end

#code_sourceObject

源码 source



10
11
12
# File 'lib/cocoapods-tdf-bin/native/sources_manager.rb', line 10

def code_source
  source_with_name_or_url(CBin.config.code_repo_url)
end