Method: Pod::Installer::ProjectCache::ProjectCacheVersion#version

Defined in:
lib/cocoapods/installer/project_cache/project_cache_version.rb

#versionVersion (readonly)

Returns The version of the project cache.

Returns:

  • (Version)

    The version of the project cache.



9
10
11
# File 'lib/cocoapods/installer/project_cache/project_cache_version.rb', line 9

def version
  @version
end