SwiftVersionUtils 0.1.1

SwiftVersionUtils 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Christian Ascone.



  • By
  • christianascone

SwiftVersionUtils

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SwiftVersionUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SwiftVersionUtils"

Usage

First import SwiftVersionUtils module in your class

import SwiftVersionUtils

Then you’re ready to use it as follows

let version = SwiftVersionUtils.getVersion()
let buildNumber = SwiftVersionUtils.getBuildNumber()

Author

christianascone, [email protected]

License

SwiftVersionUtils is available under the MIT license. See the LICENSE file for more info.