Skip to content

Commit fcbbe43

Browse files
committed
Update README
1 parent b944c7b commit fcbbe43

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,25 @@ dependencies: [
3636
]
3737
```
3838

39+
### CocoaPods
40+
41+
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
42+
43+
```bash
44+
$ bundle install
45+
```
46+
47+
To integrate BottomSheet into your Xcode project using CocoaPods, specify it in your `Podfile`:
48+
49+
```ruby
50+
source 'https://github.com/CocoaPods/Specs.git'
51+
use_frameworks!
52+
53+
target '<Your Target Name>' do
54+
pod 'BottomSheet', '~> 2.0'
55+
end
56+
```
57+
3958
## Getting started
4059

4160
This repo contains [demo](https://github.com/joomcode/BottomSheet/tree/main/BottomSheetDemo), which can be a great start for understanding Bottom Sheet usage, but here are simple steps to follow:

0 commit comments

Comments
 (0)