From f1f4cba56f66add721a6f537472b9b088f5517d0 Mon Sep 17 00:00:00 2001 From: Louis D'hauwe Date: Wed, 22 Feb 2017 21:09:42 +0100 Subject: [PATCH] Added Carthage to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4de3e58..0eef803 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ PodVersion +Carthage Compatible Platform: iOS @@ -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+