Skip to content

ENUM

CocoapodsDependencies.Requirement

Contents

  • Cases
    • exact(_:)
    • atLeast(_:)
    • upToNextMajor(_:)
    • upToNextMinor(_:)
swift
public enum Requirement: Codable, Hashable

Cases

exact(_:)

swift
case exact(String)

atLeast(_:)

swift
case atLeast(String)

upToNextMajor(_:)

swift
case upToNextMajor(String)

upToNextMinor(_:)

swift
case upToNextMinor(String)