It's a framework for check your app's latest version on App Store, and alert user to update.
iOS 8.0+
CocoaPods is a dependency manager for Cocoa projects.
Specify MJWUpdate into your project's Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'MJWUpdate'Then run the following command:
$ pod installPlease see the MJWupdateExample.

