Skip to content

Commit 2d79258

Browse files
authored
Merge pull request #26 from emrepun/update-installation-readme
Update installation instructions
2 parents ba4f368 + 235180a commit 2d79258

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ Sticky and Collapsible View Controller on top of tab bar
1010

1111
## Installation
1212

13-
StickyTabBarViewController is available through [CocoaPods](http://cocoapods.org). To install
14-
it, simply add the following line to your Podfile:
13+
StickyTabBarViewController is available through [SPM](https://swift.org/package-manager/) and [CocoaPods](http://cocoapods.org).
14+
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:
1521

1622
```ruby
1723
pod 'StickyTabBarViewController', '1.0.5'

0 commit comments

Comments
 (0)