-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
On this page: https://guides.cocoapods.org/syntax/podspec.html#source, the documentation suggests :path
is a supported source
, however this doesn't appear to be true.
When specifying a spec.source = { :path => "/some/local/path" }
in a Podspec, an error is given when trying to lint
the file:
Encountered an unknown error (Unsupported download strategy
{:path=>"/some/local/path"}.) during validation.
The Guidelines for Contributing
indicate the issue is actually in the comments of this file: https://github.com/CocoaPods/Core/blob/master/lib/cocoapods-core/specification/dsl.rb
Metadata
Metadata
Assignees
Labels
No labels