maiamiguel / VersionUpdater

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Swift 63.7%Language:Ruby 32.6%Language:Objective-C 3.7%