Method: Pod::CDNSource#type

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

#typeString

Returns The type of the source.

Returns:

  • (String)

    The type of the source.



42
43
44
# File 'lib/cocoapods-core/cdn_source.rb', line 42

def type
  'CDN'
end