Class: Pod::Source::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/swordfish/native/sources_manager.rb

Instance Method Summary collapse

Instance Method Details

#binary_sourceObject

二进制 source



14
15
16
# File 'lib/swordfish/native/sources_manager.rb', line 14

def binary_source
  source_with_name_or_url(Ocean.config.binary_repo_url)
end

#code_sourceObject

源码 source



9
10
11
# File 'lib/swordfish/native/sources_manager.rb', line 9

def code_source
  source_with_name_or_url(Ocean.config.code_repo_url)
end