class Pod::Source::Manager
Public Instance Methods
code_source()
click to toggle source
私有源
# 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()
click to toggle source
公有源 source
# File lib/cocoapods-pahealth-bin/native/sources_manager.rb, line 13 def trunk_source source_with_name_or_url('https://github.com/CocoaPods/Specs.git') end