Method: Pod::CDNSource#all_specs
- Defined in:
- lib/cocoapods-core/cdn_source.rb
#all_specs ⇒ Array<Specification>
Returns all the specifications contained by the source.
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 |