Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nek023 committed Apr 4, 2015
1 parent beaa05a commit 7aa631e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,16 @@ A clone of UIImagePickerController with multiple selection support.

### CocoaPods

Add the following line to Podfile:

pod "QBImagePickerController"

And run `pod install`.
1. Add `pod "QBImagePickerController"` to Podfile
2. Run `pod install`
3. Add `#import <QBImagePickerController/QBImagePickerController.h>` to your code


### Carthage

Add the following line to Cartfile:

github "questbeat/QBImagePicker"

And run `carthage update`.
1. Add `github "questbeat/QBImagePicker"` to Cartfile
2. Run `carthage update`
3. Add `#import <QBImagePicker/QBImagePicker.h>` to your code



Expand Down

0 comments on commit 7aa631e

Please sign in to comment.