Skip to content

Scan "Semantic Versioning" strings without depending on regular expressions nor NSScanner

License

Notifications You must be signed in to change notification settings

neoneye/SwiftyVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftyVersion

Create a Version from a String

import SwiftyVersion
// ...
let version = Version("1.2.3")!
print("The version is \(version)")

About

Scan "Semantic Versioning" strings without depending on regular expressions nor NSScanner

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages