We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba4f368 + 235180a commit 2d79258Copy full SHA for 2d79258
README.md
@@ -10,8 +10,14 @@ Sticky and Collapsible View Controller on top of tab bar
10
11
## Installation
12
13
-StickyTabBarViewController is available through [CocoaPods](http://cocoapods.org). To install
14
-it, simply add the following line to your Podfile:
+StickyTabBarViewController is available through [SPM](https://swift.org/package-manager/) and [CocoaPods](http://cocoapods.org).
+
15
+- SPM Installation:
16
+Add it as a new package dependency with https://github.com/emrepun/StickyTabBarViewController.git
17
18
+- CocoaPods Installation:
19
20
+Simply add the following line to your Podfile:
21
22
```ruby
23
pod 'StickyTabBarViewController', '1.0.5'
0 commit comments