Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Added Carthage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdh committed Feb 22, 2017
1 parent c5cfea7 commit f1f4cba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<a href="https://cocoapods.org/pods/PanelKit"><img src="https://img.shields.io/cocoapods/v/PanelKit.svg" style="max-height: 300px;" alt="PodVersion"></a>

<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" style="max-height: 300px;" alt="Carthage Compatible"></a>

<img src="https://img.shields.io/badge/platform-iOS-lightgrey.svg" style="max-height: 300px;" alt="Platform: iOS">

Expand Down Expand Up @@ -96,6 +97,16 @@ To install, add the following line to your ```Podfile```:
pod 'PanelKit', '~> 0.8'
```

### [Carthage](https://github.com/Carthage/Carthage)
To install, add the following line to your ```Cartfile```:

```ruby
github "louisdh/panelkit" ~> 0.8
```
Run ```carthage update``` to build the framework and drag the built ```PanelKit.framework``` into your Xcode project.



## Requirements

* iOS 9.0+
Expand Down

0 comments on commit f1f4cba

Please sign in to comment.