cocoapods

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MulanPSL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Name

func Name() string

func PkgType

func PkgType() model.PkgType

Types

type Collector

type Collector struct {
	collector.BaseCollector
}

func NewCollector

func NewCollector() *Collector

type PodSpecParser

type PodSpecParser struct{}

PodSpecParser is a parser for podspec file see: https://guides.cocoapods.org/syntax/podspec.html

func NewPodSpecParser

func NewPodSpecParser() *PodSpecParser

NewPodSpecParser returns a new PodSpecParser

func (*PodSpecParser) Matcher

func (p *PodSpecParser) Matcher() collector.FileMatcher

func (*PodSpecParser) Parse

func (p *PodSpecParser) Parse(path string) ([]model.Package, error)

type PodfileLockParser

type PodfileLockParser struct{}

PodfileLockParser is a parser for Podfile.lock file see: https://guides.cocoapods.org/using/using-cocoapods.html#what-is-podfilelock

func NewPodfileLockParser

func NewPodfileLockParser() *PodfileLockParser

func (*PodfileLockParser) Matcher

func (*PodfileLockParser) Parse

func (p *PodfileLockParser) Parse(path string) ([]model.Package, error)

type PodfileParser

type PodfileParser struct{}

PodfileParser is a parser for Podfile file see: https://guides.cocoapods.org/syntax/podfile.html

func NewPodfileParser

func NewPodfileParser() *PodfileParser

NewPodfileParser returns a new PodfileParser

func (*PodfileParser) Matcher

func (p *PodfileParser) Matcher() collector.FileMatcher

func (*PodfileParser) Parse

func (p *PodfileParser) Parse(path string) ([]model.Package, error)

Jump to

Keyboard shortcuts

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