Skip to content

Commit 0eefa22

Browse files
committed
Carthage Support
1 parent ac78bef commit 0eefa22

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Version](https://img.shields.io/cocoapods/v/SwipeViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeViewController)
55
[![License](https://img.shields.io/cocoapods/l/SwipeViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeViewController)
66
[![Platform](https://img.shields.io/cocoapods/p/SwipeViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeViewController)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
78

89
## What is SwipeViewController?
910

@@ -23,7 +24,7 @@ self.window?.rootViewController = navigationController
2324
self.window?.makeKeyAndVisible()
2425
```
2526

26-
### With CocoaPods
27+
### CocoaPods
2728

2829
SwipeViewController is available through [CocoaPods](http://cocoapods.org). To install
2930
it, simply add the following line to your Podfile:
@@ -32,6 +33,14 @@ it, simply add the following line to your Podfile:
3233
pod "SwipeViewController"
3334
```
3435

36+
### Carthage
37+
38+
If you use Carthage, add this to your Cartfile:
39+
40+
```ruby
41+
github "fortmarek/SwipeViewController"
42+
```
43+
3544
### Manually
3645

3746
Include the Pod/Classes/SwipeViewController.swift and the Pod/Classes/InterfaceController.swift files into your project.

0 commit comments

Comments
 (0)