Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Jun 18, 2015
1 parent e42e216 commit 13ecaa9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ Customizable swipe-to-reveal menu for iOS apps. Compatible with iOS 7 and later,

You can integrate `DRSwipeMenu` with your project using Cocoapods. To do so, you will need to add one of the following lines to your Podfile:

For most recent or development version:
For stable release (recommended):

pod 'DRSwipeMenu', :git => 'https://github.com/darrarski/DRSwipeMenu-iOS.git'
pod 'DRSwipeMenu', '~> 2.0.1'

For specific version:
Which creates dependency for version `>= 2.0.1` and `< 2.1`

For most recent or exact development version (not recommended on production):

pod 'DRSwipeMenu', :git => 'https://github.com/darrarski/DRSwipeMenu-iOS.git', :tag => 'VERSION_TAG'

Where `VERSION_TAG` you should put tag name for given version (ex. "v1.0.0"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted.
Where `VERSION_TAG` you should put tag name for given version (ex. "v2.0.1"). It is recommended to set version explicity instead of using most recent version, as backward compatibility is not warranted.

You can also download zip archive of given release from [releases page](https://github.com/darrarski/DRSwipeMenu-iOS/releases).

Expand Down

0 comments on commit 13ecaa9

Please sign in to comment.