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+