Skip to content

A lightweight semantic version checker written in Swift. Supports upto 5 version parts.

License

Notifications You must be signed in to change notification settings

rjstelling/VersionKit

Repository files navigation

VersionKit

Carthage compatible

A lightweight semantic version checker written in Swift. Supports upto 5 version parts.

##Usage

    import VersionKit

    let version = Version(versionString: "1.2.3")
    
    if version.validate("~> 1.2") {
    
        "version will match 1.2.x.y.z"
    }

Thanks to

Henry Gibson


Contact

About

A lightweight semantic version checker written in Swift. Supports upto 5 version parts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •