Skip to content

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

License

Notifications You must be signed in to change notification settings

MonikerSonic/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 unto 5 version parts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.4%
  • Objective-C 4.6%