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::HYDRA_EXECUTOR, 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

#algolia_search_index, #all_specs, #backoff_time, #concurrent_requests_catching_errors, #debug, #deprecated_local_podspecs, #download_and_save_with_retries_async, #download_file, #download_file_async, #download_typhoeus_impl_async, #ensure_versions_file_loaded, #exponential_backoff_async, #files_definitely_to_update, #git?, #index_file_name_for_fragment, #indexable?, #initialize, #local_file, #local_file_okay?, #pod_sets, #pod_shard_fragment, #pods, #preheat_existing_files, #queue_request, #refresh_metadata, #relative_pod_path, #search, #search_by_name, #sleep_async, #specification_path, #specs_dir, #type, #update, #updateable?, #versions

Methods inherited from Source

#<=>, #all_specs, #diff_until_commit_hash, #fuzzy_search, #git?, #git_commit_hash, #git_tracking_branch, #indexable?, #initialize, #inspect, #load_spec_gracefully, #metadata_path, #name, #pod_path, #pod_sets, #pods, #pods_for_specification_paths, #refresh_metadata, #repo_git, #search, #search_by_name, #set, #specification, #specification_path, #specs_dir, #to_hash, #to_yaml, #type, #unchanged_github_repo?, #update, #update_git_repo, #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