Method: Pod::Source#type

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

#typeString

Returns The type of the source.

Returns:

  • (String)

    The type of the source.



60
61
62
# File 'lib/cocoapods-core/source.rb', line 60

def type
  git? ? 'git' : 'file system'
end