/VersionUpdater

Notify users when a new version of your app is available and force them to upgrade the application of the version.

Primary LanguageSwiftMIT LicenseMIT

VersionUpdater

Carthage Version License Platform

VersionUpdater inform users about new app version release, and can force users update the application to the version.

Inspired: https://github.com/kazu0620/SRGVersionUpdater (Objective-C)

Requirements

  • iOS 10.0+
  • Xcode 10+
  • Swift 4+

CocoaPods

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

pod "VersionUpdater"

Then, run the following code:

$ pod install

Carthage

Carthage is a decentralized dependency manager for Cocoa applications.

$ brew update
$ brew install carthage

To integrate VersionUpdater into your Xcode project using Carthage, specify it in your Cartfile:

github "nakajijapan/VersionUpdater"

Then, run the following command to build the VersionUpdater framework:

$ carthage update

Author

nakajijapan, pp.kupepo.gattyanmo@gmail.com

License

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