Class: Pod::Source::Manager
- Inherits:
-
Object
- Object
- Pod::Source::Manager
- Defined in:
- lib/cocoapods-pahealth-bin/native/sources_manager.rb
Instance Method Summary collapse
-
#binary_source ⇒ Object
二进制 source.
-
#code_source ⇒ Object
源码 source.
- #trunk_source ⇒ Object
Instance Method Details
#binary_source ⇒ Object
二进制 source
13 14 15 |
# File 'lib/cocoapods-pahealth-bin/native/sources_manager.rb', line 13 def binary_source source_with_name_or_url(CBin.config.binary_repo_url) end |
#code_source ⇒ Object
源码 source
8 9 10 |
# File 'lib/cocoapods-pahealth-bin/native/sources_manager.rb', line 8 def code_source source_with_name_or_url(CBin.config.code_repo_url) end |
#trunk_source ⇒ Object
17 18 19 |
# File 'lib/cocoapods-pahealth-bin/native/sources_manager.rb', line 17 def trunk_source source_with_name_or_url('https://github.com/CocoaPods/Specs.git') end |