File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SPAlert"
4- s . version = "2.1"
4+ s . version = "2.1.1 "
55 s . summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets."
66 s . homepage = "https://github.com/IvanVorobei/SPAlert"
77 s . source = { :git => "https://github.com/IvanVorobei/SPAlert.git" , :tag => s . version }
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ open class SPAlertView: UIView {
206206 /**
207207 Use this method for force dismiss controller. By default it call automatically.
208208 */
209- @objc func dismiss( ) {
209+ @objc public func dismiss( ) {
210210 UIView . animate ( withDuration: 0.2 , animations: {
211211 self . alpha = 0
212212 self . transform = self . transform. scaledBy ( x: 0.8 , y: 0.8 )
You can’t perform that action at this time.
0 commit comments