ENUM
CocoapodsDependencies.GitRef
Contents
- Cases
branch(_:)tag(_:)commit(_:)
- Properties
description
swift
public enum GitRef: Codable, Equatable, Hashable, Comparable, CustomStringConvertibleCases
branch(_:)
swift
case branch(String)tag(_:)
swift
case tag(String)commit(_:)
swift
case commit(String)Properties
description
swift
public var description: String