File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
2324self .window ? .makeKeyAndVisible ()
2425```
2526
26- ### With CocoaPods
27+ ### CocoaPods
2728
2829SwipeViewController is available through [ CocoaPods] ( http://cocoapods.org ) . To install
2930it, simply add the following line to your Podfile:
@@ -32,6 +33,14 @@ it, simply add the following line to your Podfile:
3233pod " 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
3746Include the Pod/Classes/SwipeViewController.swift and the Pod/Classes/InterfaceController.swift files into your project.
You can’t perform that action at this time.
0 commit comments