forked from ptrkstr/PBImageView
-
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.
- Loading branch information
Povilas Juzeliunas
committed
Jan 17, 2020
1 parent
ca9d009
commit adc566d
Showing
1 changed file
with
16 additions
and
3 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 |
---|---|---|
@@ -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) | ||
|
||
|
@@ -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. |