github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/pkg/cocoapods.go (about)

     1  package pkg
     2  
     3  // CocoaPodfileLockEntry represents a single entry from the "Pods" section of a Podfile.lock file.
     4  type CocoaPodfileLockEntry struct {
     5  	Checksum string `mapstructure:"checksum" json:"checksum"`
     6  }