File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "BottomPopup"
4
- s . version = "0.4.0 "
4
+ s . version = "0.4.1 "
5
5
s . summary = "BottomPopup provides a popup-like presentation style to any view controller"
6
6
7
7
s . homepage = "https://github.com/ergunemr/BottomPopup"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public protocol BottomPopupDelegate: class {
19
19
func bottomPopupDismissInteractionPercentChanged( from oldValue: CGFloat , to newValue: CGFloat )
20
20
}
21
21
22
- extension BottomPopupDelegate {
22
+ public extension BottomPopupDelegate {
23
23
func bottomPopupViewLoaded( ) { }
24
24
func bottomPopupWillAppear( ) { }
25
25
func bottomPopupDidAppear( ) { }
Original file line number Diff line number Diff line change 2
2
3
3
** BottomPopup provides a popup-like presentation style to any view controller**
4
4
5
- ![ ] ( https://img.shields.io/badge/version-0.4.0 -blue.svg )
5
+ ![ ] ( https://img.shields.io/badge/version-0.4.1 -blue.svg )
6
6
![ ] ( https://img.shields.io/badge/platform-ios-lightgrey.svg )
7
7
![ ] ( https://img.shields.io/badge/Contact-ergunemr%40gmail.com-yellowgreen.svg )
8
8
You can’t perform that action at this time.
0 commit comments