Documentation ¶
Index ¶
Constants ¶
View Source
const Type string = "cocoapods"
Variables ¶
View Source
var Manifests = []string{"Podfile.lock"}
Functions ¶
Types ¶
type FileLockMetadata ¶
type FileLockMetadata struct { Pods []interface{} `yaml:"PODS"` Dependencies []string `yaml:"DEPENDENCIES"` SpecChecksums map[string]string `yaml:"SPEC CHECKSUMS"` Cocoapods string `yaml:"COCOAPODS"` }
Swift and Objective-C Podfile Lock Metadata
type FileLockMetadataCheckSums ¶
type FileLockMetadataCheckSums struct {
Checksums string `json:"checksum"`
}
Click to show internal directories.
Click to hide internal directories.