Class: Pod::MasterSource

Inherits:
Source
  • Object
show all
Defined in:
lib/cocoapods-core/master_source.rb

Constant Summary collapse

MASTER_REPO_NAME =

For now, the MasterSource behaves exactly the same as any other Source. In the future we may apply separate logic to the MasterSource that doesn’t depend on the file system.

'master'.freeze

Instance Attribute Summary

Attributes inherited from Source

#metadata, #repo

Method Summary

Methods inherited from Source

#<=>, #all_specs, #fuzzy_search, #git?, #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, #url, #verify_compatibility!, #versions

Constructor Details

This class inherits a constructor from Pod::Source