class Pod::ExternalSources::SvnSource
name matching the one of the dependency.
@note The podspec must be in the root of the repository and should have a
`source` attribute of a specification).
Supports all the options of the downloader (is similar to the git key of
remote.
Provides support for fetching a specification file from a SVN source
def description
- See: AbstractExternalSource#description -
def description "from `#{params[:svn]}`".tap do |description| description << ", folder `#{params[:folder]}`" if params[:folder] description << ", tag `#{params[:tag]}`" if params[:tag] description << ", revision `#{params[:revision]}`" if params[:revision] end end
def fetch(sandbox)
- See: AbstractExternalSource#fetch -
def fetch(sandbox) pre_download(sandbox) end