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 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "SPAlert"
4
- s . version = "2.1"
4
+ s . version = "2.1.1 "
5
5
s . summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets."
6
6
s . homepage = "https://github.com/IvanVorobei/SPAlert"
7
7
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 {
206
206
/**
207
207
Use this method for force dismiss controller. By default it call automatically.
208
208
*/
209
- @objc func dismiss( ) {
209
+ @objc public func dismiss( ) {
210
210
UIView . animate ( withDuration: 0.2 , animations: {
211
211
self . alpha = 0
212
212
self . transform = self . transform. scaledBy ( x: 0.8 , y: 0.8 )
You can’t perform that action at this time.
0 commit comments