Skip to content

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published