CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

UpdateKit 0.1.11

UpdateKit 0.1.11

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Kyle Goslan.



UpdateKit 0.1.11

UpdateKit

Version
License
Platform

Usage

Create an instance of a UpdateKit object:

let updateKit = UpdateKit()

App Updated

If you need to perform an action when your app is updated:

updateKit.appUpdate { appVersion in
    // Code to run on app update
}

Note: Will always run once.

First launch

If you need to run something on first launch:

updateKit.firstLaunch { 
    // Code to be run on first app launch
}

Installation

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

pod "UpdateKit"

Author

KyleGoslan

License

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