Class: Pod::Source::Manager
- Inherits:
 - 
      Object
      
        
- Object
 - Pod::Source::Manager
 
 
- Defined in:
 - lib/cocoapods-mtxx-bin/native/sources_manager.rb
 
Instance Method Summary collapse
- 
  
    
      #binary_source  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
二进制 source.
 - 
  
    
      #code_source_list  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
源码 source list.
 
Instance Method Details
#binary_source ⇒ Object
二进制 source
      15 16 17 18  | 
    
      # File 'lib/cocoapods-mtxx-bin/native/sources_manager.rb', line 15 def binary_source source_with_name_or_url(CBin.config.binary_repo_url) # source_with_name_or_url('git@github.com:Zhangyanshen/example-private-spec-bin.git') end  | 
  
#code_source_list ⇒ Object
源码 source list
      10 11 12 13  | 
    
      # File 'lib/cocoapods-mtxx-bin/native/sources_manager.rb', line 10 def code_source_list [] # CBin.config.code_repo_url_list.split(";").map { |source| source_with_name_or_url(source)} end  |