Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Povilas Juzeliunas committed Jan 17, 2020
1 parent ca9d009 commit adc566d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Forked from [patrickbdev/PBImageView](https://github.com/patrickbdev/PBImageView) v. 1.0.3.

# PBImageView

[![Version](https://img.shields.io/cocoapods/v/PBImageView.svg?style=flat)](http://cocoapods.org/pods/PBImageView)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/PBImageView.svg?style=flat)](http://cocoapods.org/pods/PBImageView)
[![Platform](https://img.shields.io/cocoapods/p/PBImageView.svg?style=flat)](http://cocoapods.org/pods/PBImageView)

Expand Down Expand Up @@ -39,17 +42,27 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Installation

PBImageView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
PBImageView is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

To install it using CocoaPods, simply add the following line to your Podfile:

```ruby
pod "PBImageView"
```

## Author
To install it using Carthage, add the following line to your Cartfile:
```
github "pju-trifork/PBImageView" == 1.0.4
```
Then run `carthage update` command.


## Authors

patrickbdev, [email protected]

pju-trifork, [email protected]

## License

PBImageView is available under the MIT license. See the LICENSE file for more info.

0 comments on commit adc566d

Please sign in to comment.