Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 668 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 668 Bytes

MJWUpdate

It's a framework for check your app's latest version on App Store, and alert user to update.

Overview

Requirements

iOS 8.0+

Installation

CocoaPods

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 install

Usage

Please see the MJWupdateExample.