Method: Pod::CDNSource#all_specs

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

#all_specsArray<Specification>

Returns all the specifications contained by the source.

Returns:

  • (Array<Specification>)

    all the specifications contained by the source.

Raises:



178
179
180
# File 'lib/cocoapods-core/cdn_source.rb', line 178

def all_specs
  raise Informative, "Can't retrieve all the specs for a CDN-backed source, it will take forever"
end