BottomSheet icon indicating copy to clipboard operation
BottomSheet copied to clipboard

Install via CocoaPods

Open Lintom opened this issue 3 years ago • 2 comments

Hello. How install this lib via CocoaPods?

Lintom avatar Jun 10 '22 02:06 Lintom

Hello! Unfortunately, it's only available through Swift Package Manager

mikhailmaslo avatar Jun 14 '22 10:06 mikhailmaslo

CocoaPods support please...

snaillovesmile avatar Aug 31 '22 09:08 snaillovesmile

CocoaPods support please...

mparmar-covantex avatar Jan 13 '23 12:01 mparmar-covantex

Hey, it's been a while, I see that there are still a lot of developers who uses CocoaPods, so I've just added it

Now, you can add BottomSheet through CocoaPods, just add this line to your Podfile

pod 'BottomSheet', :git => 'https://github.com/joomcode/BottomSheet'

If you need a fixed version, you can use tag:

pod 'BottomSheet', :git => 'https://github.com/joomcode/BottomSheet', :tag => '2.0.2'

I wasn't able to push it to cocoapods registry because 'BottomSheet' has already been taken, so it's not possible to use convenient version syntax, like:

pod 'BottomSheet', '~>2.0'

For now, I'll close this issue, let me know if the method above doesn't work for you

mikhailmaslo avatar Feb 03 '23 22:02 mikhailmaslo

Thank you @mikhailmaslo.

mparmar-covantex avatar Feb 06 '23 05:02 mparmar-covantex