From f176bf9cab039c25c7c8cffb0cd2e8bc26cb048a Mon Sep 17 00:00:00 2001 From: Charles Scalesse Date: Sat, 10 Sep 2016 13:22:53 -0400 Subject: [PATCH] Update podspec --- Toast-Swift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toast-Swift.podspec b/Toast-Swift.podspec index 9bd9827..027ac38 100644 --- a/Toast-Swift.podspec +++ b/Toast-Swift.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Toast-Swift" - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "A Swift extension that adds toast notifications to the UIView object class." s.homepage = "https://github.com/scalessec/Toast-Swift" s.license = 'MIT' s.author = { "Charles Scalesse" => "scalessec@gmail.com" } - s.source = { :git => "https://github.com/scalessec/Toast-Swift.git", :tag => "1.3.0" } + s.source = { :git => "https://github.com/scalessec/Toast-Swift.git", :tag => "1.4.0" } s.platform = :ios s.source_files = 'Toast' s.framework = 'QuartzCore'