ENUM
CocoapodsDependencies.Requirement
Contents
- Cases
exact(_:)atLeast(_:)upToNextMajor(_:)upToNextMinor(_:)
swift
public enum Requirement: Codable, HashableCases
exact(_:)
swift
case exact(String)atLeast(_:)
swift
case atLeast(String)upToNextMajor(_:)
swift
case upToNextMajor(String)upToNextMinor(_:)
swift
case upToNextMinor(String)