Class: Pod::Source::Manager
- Inherits:
-
Object
- Object
- Pod::Source::Manager
- Defined in:
- lib/cocoapods-tj/native/sources_manager.rb
Instance Method Summary collapse
Instance Method Details
#binary_source ⇒ Object
13 14 15 |
# File 'lib/cocoapods-tj/native/sources_manager.rb', line 13 def binary_source source_with_name_or_url(CBin.config.binary_repo_url) end |
#code_source ⇒ Object
9 10 11 12 |
# File 'lib/cocoapods-tj/native/sources_manager.rb', line 9 def code_source nsme = "#{CBin.config.code_repo_url}" source_with_name_or_url(CBin.config.code_repo_url) end |