Class: Pod::TrunkSource

Inherits:
CDNSource show all
Defined in:
lib/cocoapods-core/trunk_source.rb

Constant Summary collapse

TRUNK_REPO_NAME =

On-disk master repo name

'trunk'.freeze
TRUNK_REPO_URL =

Remote CDN repo URL

'https://cdn.cocoapods.org/'.freeze

Constants inherited from CDNSource

CDNSource::MAX_NUMBER_OF_RETRIES

Constants inherited from Source

Source::DEFAULT_SPECS_BRANCH

Instance Attribute Summary

Attributes inherited from Source

#metadata, #repo

Instance Method Summary collapse

Methods inherited from CDNSource

#all_specs, #deprecated_local_podspecs, #files_definitely_to_update, #git?, #indexable?, #initialize, #pod_sets, #pods, #preheat_existing_files, #refresh_metadata, #search, #search_by_name, #specification_path, #specs_dir, #type, #update, #updateable?, #versions

Methods inherited from Source

#<=>, #all_specs, #fuzzy_search, #git?, #indexable?, #initialize, #inspect, #metadata_path, #name, #pod_path, #pod_sets, #pods, #pods_for_specification_paths, #search, #search_by_name, #set, #specification, #specification_path, #specs_dir, #to_hash, #to_yaml, #type, #update, #updateable?, #verify_compatibility!, #versions

Constructor Details

This class inherits a constructor from Pod::CDNSource

Instance Method Details

#urlObject



9
10
11
12
# File 'lib/cocoapods-core/trunk_source.rb', line 9

def url
  @url ||= TRUNK_REPO_URL
  super
end