Method: Pod::CDNSource#url
- Defined in:
- lib/cocoapods-core/cdn_source.rb
#url ⇒ String
Returns The URL of the source.
36 37 38 |
# File 'lib/cocoapods-core/cdn_source.rb', line 36 def url @url ||= File.read(repo.join('.url')).chomp.chomp('/') + '/' end |