From 079d4a21277adcbc2d30e90fa16f8013625c95d5 Mon Sep 17 00:00:00 2001 From: Viktor Radchenko <yazexel@gmail.com> Date: Mon, 18 Apr 2016 12:26:58 -0700 Subject: [PATCH] bump --- SCLAlertView.podspec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SCLAlertView.podspec b/SCLAlertView.podspec index c04cdfb..e58c451 100644 --- a/SCLAlertView.podspec +++ b/SCLAlertView.podspec @@ -1,17 +1,15 @@ Pod::Spec.new do |s| s.name = "SCLAlertView" - s.version = "0.5.1" + s.version = "0.5.3" s.summary = "Beautiful Alert View. Written in Swift" s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift" s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png" - - # s.license = "MIT (example)" s.license = { :type => "MIT", :file => "LICENCE" } s.author = { "Viktor" => "yazexel@gmail.com" } s.social_media_url = "http://twitter.com/vikmeup" s.platform = :ios s.ios.deployment_target = '8.0' - s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => "0.5.1" } + s.source = { :git => "https://github.com/vikmeup/SCLAlertView-Swift.git", :tag => s.version } s.source_files = "SCLAlertView/*" #s.framework = "QuartzCore" s.requires_arc = true