From e52dbfaffccaa83051371f7508a62f99b6e612a6 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Sun, 10 Feb 2019 19:31:39 -0800 Subject: [PATCH] Bump version to 3.2.0 --- MockUIAlertController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MockUIAlertController.podspec b/MockUIAlertController.podspec index 16979a0..6f31be7 100644 --- a/MockUIAlertController.podspec +++ b/MockUIAlertController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MockUIAlertController' - s.version = '3.1.0' + s.version = '3.2.0' s.summary = 'Mock alerts and action sheets for iOS unit tests' s.description = <<-DESC MockUIAlertController lets you mock iOS alerts and action sheets for unit tests. @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/qcoding' s.ios.deployment_target = '9.0' - s.source = { :git => 'https://github.com/jonreid/MockUIAlertController.git', :tag => 'v3.1.0' } + s.source = { :git => 'https://github.com/jonreid/MockUIAlertController.git', :tag => 'v3.2.0' } s.source_files = 'Source/MockUIAlertController/*.{h,m}' s.public_header_files = 'Source/MockUIAlertController/QCOMockAlertVerifier.h', 'Source/MockUIAlertController/QCOMockPopoverPresentationController.h' s.requires_arc = true