From a1285e4c70d108804c6657af748a7bbd9dbebdd8 Mon Sep 17 00:00:00 2001 From: Paolo Musolino Date: Tue, 29 Aug 2017 10:56:47 +0200 Subject: [PATCH] Separator property inside PMAlertAction is now "open" --- Library/PMAlertAction.swift | 2 +- PMAlertController.podspec | 2 +- PMAlertController/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/PMAlertAction.swift b/Library/PMAlertAction.swift index d08d520..cb70647 100644 --- a/Library/PMAlertAction.swift +++ b/Library/PMAlertAction.swift @@ -20,7 +20,7 @@ import UIKit open var actionStyle : PMAlertActionStyle - var separator = UIImageView() + open var separator = UIImageView() init(){ self.actionStyle = .cancel diff --git a/PMAlertController.podspec b/PMAlertController.podspec index ee7abd1..be95928 100644 --- a/PMAlertController.podspec +++ b/PMAlertController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMAlertController" - s.version = "2.1.2" + s.version = "2.1.3" s.summary = "PMAlertController is a great and customizable substitute to UIAlertController" s.description = <<-DESC PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy! diff --git a/PMAlertController/Info.plist b/PMAlertController/Info.plist index 18117f0..4f8165e 100644 --- a/PMAlertController/Info.plist +++ b/PMAlertController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.2 + 2.1.3 CFBundleSignature ???? CFBundleVersion