Documentation ¶
Index ¶
Constants ¶
View Source
const COCOA_PODS_REGISTRY_API = "https://cdn.jsdelivr.net/cocoa/Specs/%s"
It will redirected from https://cdn.cocoapods.org/ Should be used origin URL?
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CocoaPod ¶
type CocoaPod struct {
// contains filtered or unexported fields
}
func (*CocoaPod) PodspecPath ¶
type CocoaPodsDoctor ¶
func NewCococaPodsDoctor ¶
func NewCococaPodsDoctor() *CocoaPodsDoctor
func (*CocoaPodsDoctor) Parse ¶ added in v1.2.0
func (d *CocoaPodsDoctor) Parse(r parser_io.ReadSeekerAt) (types.Libraries, error)
func (*CocoaPodsDoctor) SourceCodeURL ¶
func (d *CocoaPodsDoctor) SourceCodeURL(lib types.Library) (string, error)
Click to show internal directories.
Click to hide internal directories.