Method: Pod::Source::Acceptor#source

Defined in:
lib/cocoapods-core/source/acceptor.rb

#sourceSource (readonly)

Returns the source where the podspec should be added.

Returns:

  • (Source)

    the source where the podspec should be added.

[View source]

10
11
12
# File 'lib/cocoapods-core/source/acceptor.rb', line 10

def source
  @source
end