Skip to content

Commit d7203f2

Browse files
committed
Make popup delegate extension public. Update podspec and readme.
1 parent be69d6e commit d7203f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BottomPopup.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BottomPopup"
4-
s.version = "0.4.0"
4+
s.version = "0.4.1"
55
s.summary = "BottomPopup provides a popup-like presentation style to any view controller"
66

77
s.homepage = "https://github.com/ergunemr/BottomPopup"

BottomPopup/BottomPopupController/BottomPopupUtils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public protocol BottomPopupDelegate: class {
1919
func bottomPopupDismissInteractionPercentChanged(from oldValue: CGFloat, to newValue: CGFloat)
2020
}
2121

22-
extension BottomPopupDelegate {
22+
public extension BottomPopupDelegate {
2323
func bottomPopupViewLoaded() { }
2424
func bottomPopupWillAppear() { }
2525
func bottomPopupDidAppear() { }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**BottomPopup provides a popup-like presentation style to any view controller**
44

5-
![](https://img.shields.io/badge/version-0.4.0-blue.svg)
5+
![](https://img.shields.io/badge/version-0.4.1-blue.svg)
66
![](https://img.shields.io/badge/platform-ios-lightgrey.svg)
77
![](https://img.shields.io/badge/Contact-ergunemr%40gmail.com-yellowgreen.svg)
88

0 commit comments

Comments
 (0)