Skip to content

ENUM

CocoapodsDependencies.GitRef

Contents

swift
public enum GitRef: Codable, Equatable, Hashable, Comparable, CustomStringConvertible

Cases

branch(_:)

swift
case branch(String)

tag(_:)

swift
case tag(String)

commit(_:)

swift
case commit(String)

Properties

description

swift
public var description: String