Skip to content

Commit a0e70b1

Browse files
committed
Updated README file
1 parent 318700a commit a0e70b1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Example/.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ An easy to use Image Viewer that is inspired by Facebook
2121

2222
## Installation
2323

24+
### CocoaPods
25+
2426
Using [cocoapods](https://cocoapods.org)
2527

2628
```ruby
@@ -34,6 +36,14 @@ pod 'ImageViewer.swift', '~> 3.0'
3436
pod 'ImageViewer.swift/Fetcher', '~> 3.0'
3537
```
3638

39+
### Carthage
40+
41+
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:
42+
43+
```ogdl
44+
github "michaelhenry/ImageViewer.swift" ~> 3.2
45+
```
46+
3747
## How to use it
3848

3949
The simplest way to to use this is by using the [imageView.setupImageViewer()](https://github.com/michaelhenry/MHFacebookImageViewer/blob/master/Example/Demo/BasicViewController.swift#L11)

0 commit comments

Comments
 (0)