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.
1 parent ba4f368 commit 235180aCopy full SHA for 235180a
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