swift

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 10 Imported by: 0

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) BaseName

func (c *CocoaPod) BaseName() string

func (*CocoaPod) PodspecPath

func (c *CocoaPod) PodspecPath() string

type CocoaPodsDoctor

type CocoaPodsDoctor struct {
	HTTPClient http.Client
}

func NewCococaPodsDoctor

func NewCococaPodsDoctor() *CocoaPodsDoctor

func (*CocoaPodsDoctor) Parse added in v1.2.0

func (*CocoaPodsDoctor) SourceCodeURL

func (d *CocoaPodsDoctor) SourceCodeURL(lib types.Library) (string, error)

type CocoaPodsRegistryResponse

type CocoaPodsRegistryResponse struct {
	Homepage string `json:"homepage"`
	Source   struct {
		Git string `json:"git"`
	} `json:"source"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL