forked from hyperoslo/ImagePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hyperoslo#75 from hyperoslo/improve/readme-with-ca…
…rthage Add Carthage in Readme
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,13 @@ it, simply add the following line to your Podfile: | |
pod 'ImagePicker' | ||
``` | ||
|
||
**ImagePicker** is also available through [Carthage](https://github.com/Carthage/Carthage). | ||
To install just write into your Cartfile: | ||
|
||
```ruby | ||
github "hyperoslo/ImagePicker" | ||
``` | ||
|
||
## Author | ||
|
||
[Hyper](http://hyper.no) made this with ❤️. If you’re using this library we probably want to [hire you](https://github.com/hyperoslo/iOS-playbook/blob/master/HYPER_RECIPES.md)! Send us an email at [email protected]. | ||
|