SemverType

enum SemverType : Enum<Semver.SemverType>

The different types of supported version systems.

Entries

IVY
Link copied to clipboard
IVY()
Follows the rules of ivy.
COCOAPODS
Link copied to clipboard
Follows the rules of Cocoapods.
NPM
Link copied to clipboard
NPM()
Follows the rules of NPM.
LOOSE
Link copied to clipboard
Major part is required.
STRICT
Link copied to clipboard
The default type of version.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int